-- Initial haskell.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: haskell version: 98 synopsis: Haskell Report Standard Library -- description: homepage: http://github.com/haskell/haskell license: BSD3 license-file: LICENSE author: HVR maintainer: hvr@gnu.org -- copyright: category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 library -- exposed-modules: -- other-modules: -- other-extensions: build-depends: base >=4.3 && <5 hs-source-dirs: src default-language: Haskell98