Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup README and .gitignore, use non-deprecated actions #52

Merged
merged 2 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
run: |
cp cabal.project.werror cabal.project.local
cp cabal.project.freeze.ghc-${{ matrix.ghc-ver }} cabal.project.freeze
- uses: haskell/actions/setup@v1
- uses: haskell-actions/setup@v2
id: setup-haskell
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc-ver }}
cabal-version: ${{ matrix.cabal }}
- name: Cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /home/runner/.cabal/store/ghc-${{ matrix.ghc-ver }}
# Prefer previous SHA hash if it is still cached
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/.stack-work
/TAGS
/stack.yaml
/dist-newstyle
/cabal.project.freeze
/cabal.project.local
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
<table>
<tr>
<th>License</th><th>Linux</th>
</tr>
<tr>
<td><a href="LICENSE"><img src="https://img.shields.io/badge/license-BSD-blue.svg" title="License"/></a></td>
</tr>
</table>

# elf-edit
The elf-edit library provides a datatype suitable for reading and writing Elf files.

The elf-edit library provides a datatype suitable for reading and writing ELF files.

It is a fork of the original elf package on Hackage, but enables modifying
and serializing Elf files. These changes are not backwards compatible and hence
and serializing ELF files. These changes are not backwards compatible and hence
we have a new name.

## Building with Stack

To build with Stack, first symlink to one of the provided YAML
files. For example

ln -fs stack-8.6.yaml stack.yaml
stack build