-- Initial Applicative.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: Applicative version: 0.1.0.0 -- synopsis: -- description: -- license: license-file: LICENSE author: Joshua Moerman maintainer: lakseru@gmail.com -- copyright: -- category: build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable Applicative main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8, parsec, transformers, vector -- hs-source-dirs: default-language: Haskell2010