0b212a6fca09c8900386a67b0fbfef76f4457c58
[fp.git] / fp.cabal
1 -- Initial fp.cabal generated by cabal init.  For further documentation, 
2 -- see http://haskell.org/cabal/users-guide/
3
4 name:                fp
5 version:             0.1.0.0
6 -- synopsis:            
7 -- description:         
8 license:             BSD3
9 license-file:        LICENSE
10 author:              Tomáš Musil
11 maintainer:          tomik.musil@gmail.com
12 -- copyright:           
13 category:            Language
14 build-type:          Simple
15 -- extra-source-files:  
16 cabal-version:       >=1.10
17
18 executable fp
19   main-is:             Main.hs
20   other-modules:       Lambda
21   -- other-extensions:    
22   build-depends:       base >=4.7 && <4.8
23                      , text >=1.2 && <1.3
24                      , attoparsec >=0.12 && <0.13
25                      , containers
26   hs-source-dirs:      src
27   default-language:    Haskell2010