-- Initial fp.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: fp version: 0.1.0.0 -- synopsis: -- description: license: BSD3 license-file: LICENSE author: Tomáš Musil maintainer: tomik.musil@gmail.com -- copyright: category: Language build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable fp main-is: Main.hs other-modules: Lambda -- other-extensions: 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