name: um version: 0.1.0.0 synopsis: Initial project template from stack -- description: Please see README.md homepage: http://github.com/githubuser/foo#readme -- license: BSD3 -- license-file: LICENSE author: Example Author Name maintainer: example@example.com copyright: 2010 Author Here category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable um hs-source-dirs: solution main-is: um.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 build-depends: base , binary , bytestring , containers , vector default-language: Haskell2010