Skip to content

Commit

Permalink
Remove build-tools from cabal, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-tielen committed Oct 20, 2024
1 parent 3c71e7e commit 8e13db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ A Haskell library for generating LLVM code. Inspired by the `llvm-hs`,
`llvm-hs-pure`, `llvm-hs-combinators` and the `llvm-hs-pretty` libraries.

**NOTE:** WIP, but if you only need the provided instructions it's usable (and
tested).
tested). Used inside the [eclair compiler](https://github.com/luc-tielen/eclair-lang.git).

Note that it requires LLVM to be installed on your system and available on your
`$PATH`!

## Why another LLVM library?

Expand Down
2 changes: 0 additions & 2 deletions llvm-codegen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ library
-Wall -fhide-source-paths -fno-show-valid-hole-fits
-fno-sort-valid-hole-fits -optl=-lLLVM

build-tools: llvm-config >=0
build-depends:
base >=4.7 && <5
, bytestring >=0.11 && <0.12
Expand Down Expand Up @@ -113,7 +112,6 @@ test-suite llvm-codegen-test
-Wall -fhide-source-paths -fno-show-valid-hole-fits
-fno-sort-valid-hole-fits -optl=-lLLVM

build-tools: llvm-config >=0
build-depends:
base >=4.7 && <5
, bytestring >=0.11 && <0.12
Expand Down

0 comments on commit 8e13db2

Please sign in to comment.