-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
If you see something like:
executable Generate
if flag(Generators)
Buildable: True
else
Buildable: False
hs-source-dirs: Scripts
main-is: Generate.hs
other-modules: Helpers
default-language: Haskell2010
ghc-options: -Wall
if flag(Generators)
build-depends: base >=4.6 && <5,
language-c <0.7,
containers,
process,
regex-pcreexecutable Generate
if flag(Generators)
Buildable: True
else
Buildable: False
hs-source-dirs: Scripts
main-is: Generate.hs
other-modules: Helpers
default-language: Haskell2010
ghc-options: -Wall
if flag(Generators)
build-depends: base >=4.6 && <5,
language-c <0.7,
containers,
process,
regex-pcre
In the cabal file:
You basically have to do:
cabal2nix --flag Generators . >./cabal.nix
Render this into the README.md.
Metadata
Metadata
Assignees
Labels
No labels