-- Instructions on how to write this file are in the Cabal -- documentation, which can be found here: -- http://haskell.org/cabal/release/cabal-latest/doc/users-guide/ name: hello version: 1.0 license: BSD3 copyright: (c) Simon Marlow author: Simon Marlow maintainer: Simon Marlow bug-reports: mailto:marlowsd@gmail.com stability: stable homepage: http://www.haskell.org/hello/ synopsis: Hello World, an example package category: Console, Text cabal-version: >= 1.6 build-type: Simple source-repository head type: darcs location: http://darcs.haskell.org/hello/ executable hello hs-source-dirs: src main-is: hello.hs build-depends: base >= 4.2 && < 5