+library
+ exposed-modules: Lambda
+ other-modules: Lambda.Term
+ Lambda.Parser.Fancy
+ 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-interpret