packages feed

haskell-packages-0.6.1: haskell-packages.cabal

-- Initial haskell-packages.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                haskell-packages
version:             0.6.1
synopsis:            Haskell suite library for package management and integration with Cabal
description:         See <http://documentup.com/haskell-suite/haskell-packages>
license:             MIT
license-file:        LICENSE
author:              Roman Cheplyaka
maintainer:          David Himmelstrup <lemmih@gmail.com>
copyright:           (c) Roman Cheplyaka 2012, David Himmelstrup 2016-2018
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
tested-with:         GHC == 8.2.1
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
    , binary >= 0.8
    , bytestring >= 0.9
    , Cabal == 2.0.*
    , deepseq
    , directory
    , filepath
    , containers
    , mtl >= 2.1
    , hse-cpp >= 0.2
    , transformers >= 0.3
    , transformers-compat >= 0.3
    , haskell-src-exts >= 1.18
    , tagged