djinn-2009.9.3: djinn.cabal
Name: djinn
Version: 2009.9.3
License: BSD3
License-file: LICENSE
Author: Lennart Augustsson
Maintainer: lennart@augustsson.net
Description: Djinn uses an theorem prover for intuitionistic propositional logic
to generate a Haskell expression when given a type.
Category: source-tools
Homepage: http://www.augustsson.net/Darcs/Djinn/
Synopsis: Generate Haskell code from a type
Build-type: Simple
Build-Depends: base >= 3 && < 4, mtl, editline -any, pretty, array, containers
Executable: djinn
Main-Is: Djinn.hs
Hs-Source-Dirs: src
Other-modules: Help, HCheck, LJT, HTypes, LJTFormula, REPL
ghc-options: -O2 -Wall -optl-Wl
--ghc-options: -Wall -optl-Wl
ghc-prof-options: -prof -auto-all