documentation
[fp.git] / fp.cabal
index 77325ab..789b94c 100644 (file)
--- a/fp.cabal
+++ b/fp.cabal
@@ -15,6 +15,15 @@ build-type:          Simple
 -- extra-source-files:  
 cabal-version:       >=1.10
 
 -- extra-source-files:  
 cabal-version:       >=1.10
 
+library 
+  exposed-modules: Lambda
+  build-depends:       base >=4.7 && <4.8
+                     , text >=1.2 && <1.3
+                     , attoparsec >=0.12 && <0.13
+                     , containers
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
 executable fp
   main-is:             Main.hs
   other-modules:       Lambda
 executable fp
   main-is:             Main.hs
   other-modules:       Lambda