name: haskell-packages version: 0.3 x-revision: 2 synopsis: Haskell suite library for package management and integration with Cabal description: See license: MIT license-file: LICENSE author: Roman Cheplyaka maintainer: Roman Cheplyaka copyright: (c) Roman Cheplyaka 2012 category: Distribution homepage: http://documentup.com/haskell-suite/haskell-packages bug-reports: https://github.com/haskell-suite/haskell-packages/issues build-type: Simple cabal-version: >=1.10 extra-source-files: README.md CHANGELOG.md source-repository head type: git location: git://github.com/haskell-suite/haskell-packages.git library default-language: Haskell2010 Hs-source-dirs: src ghc-options: -Wall -fno-warn-name-shadowing exposed-modules: Distribution.HaskellSuite Distribution.HaskellSuite.Compiler Distribution.HaskellSuite.Packages Distribution.HaskellSuite.Modules other-modules: Distribution.HaskellSuite.Cabal Paths_haskell_packages build-depends: base >=4.5 && < 5 , optparse-applicative >= 0.11 && < 0.15 , aeson >= 0.6 && < 0.11 , bytestring >= 0.9 , Cabal == 1.22.* , deepseq >= 1.1 && < 1.5 , directory < 1.3 , filepath < 1.5 , containers < 0.6 , mtl >= 2.1 && < 2.3 , hse-cpp == 0.1.* , transformers >= 0.3 && < 0.5 , transformers-compat >= 0.3 && < 0.6 , haskell-src-exts >= 1.14 && < 1.18 , tagged < 0.9