-- Initial option.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: option version: 0.1.0.1 synopsis: A strict version of Maybe description: A strict version of Maybe license: MIT license-file: LICENSE author: George Rogers maintainer: grogers385@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository this location: bitbucket.org/georgerogers42/option.git tag: 0.1.0.1 type: git library exposed-modules: Data.Option -- other-modules: other-extensions: DeriveDataTypeable build-depends: base >=4.6 && <5.0 -- hs-source-dirs: default-language: Haskell2010