-- Initial cabal1.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: cabal1 version: 0.1.0.0 -- synopsis: -- description: license: PublicDomain -- license-file: LICENSE author: Alan Zimmerman maintainer: alan.zimm@gmail.com -- copyright: -- category: build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable cabal1 main-is: main.hs -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5 hs-source-dirs: src default-language: Haskell2010