Eager and Lazy
[fp.git] / fp.cabal
index 77325ab..8be11df 100644 (file)
--- a/fp.cabal
+++ b/fp.cabal
@@ -15,6 +15,16 @@ 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
+                     , mtl
+  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
@@ -23,6 +33,7 @@ executable fp
                      , text >=1.2 && <1.3
                      , attoparsec >=0.12 && <0.13
                      , containers
                      , text >=1.2 && <1.3
                      , attoparsec >=0.12 && <0.13
                      , containers
+                     , mtl
   hs-source-dirs:      src
   default-language:    Haskell2010
 
   hs-source-dirs:      src
   default-language:    Haskell2010