packages feed

hpack-0.20.0: hpack.cabal

-- This file has been generated from package.yaml by hpack version 0.19.3.
--
-- see: https://github.com/sol/hpack

name:           hpack
version:        0.20.0
synopsis:       An alternative format for Haskell packages
description:    See README at <https://github.com/sol/hpack#readme>
category:       Development
homepage:       https://github.com/sol/hpack#readme
bug-reports:    https://github.com/sol/hpack/issues
maintainer:     Simon Hengel <sol@typeful.net>
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/sol/hpack

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      Cabal
    , Glob
    , aeson >=0.11
    , base >=4.7 && <5
    , base-compat >=0.8
    , bytestring
    , containers
    , cryptonite
    , deepseq
    , directory
    , filepath
    , pretty
    , text
    , unordered-containers
    , yaml
  exposed-modules:
      Hpack
      Hpack.Config
      Hpack.Run
      Hpack.Yaml
  other-modules:
      Hpack.CabalFile
      Hpack.Dependency
      Hpack.FormattingHints
      Hpack.GenericsUtil
      Hpack.Haskell
      Hpack.Options
      Hpack.Render
      Hpack.Util
      Paths_hpack
  default-language: Haskell2010

executable hpack
  main-is: Main.hs
  hs-source-dirs:
      driver
  ghc-options: -Wall
  build-depends:
      Cabal
    , Glob
    , aeson >=0.11
    , base >=4.7 && <5
    , base-compat >=0.8
    , bytestring
    , containers
    , cryptonite
    , deepseq
    , directory
    , filepath
    , hpack
    , pretty
    , text
    , unordered-containers
    , yaml
  other-modules:
      Paths_hpack
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
      src
  ghc-options: -Wall
  cpp-options: -DTEST
  build-depends:
      Cabal
    , Glob
    , HUnit >=1.6.0.0
    , QuickCheck
    , aeson >=0.11
    , base >=4.7 && <5
    , base-compat >=0.8
    , bytestring
    , containers
    , cryptonite
    , deepseq
    , directory
    , filepath
    , hspec ==2.*
    , interpolate
    , mockery >=0.3
    , pretty
    , temporary
    , text
    , unordered-containers
    , yaml
  other-modules:
      Helper
      Hpack.CabalFileSpec
      Hpack.ConfigSpec
      Hpack.DependencySpec
      Hpack.FormattingHintsSpec
      Hpack.GenericsUtilSpec
      Hpack.HaskellSpec
      Hpack.OptionsSpec
      Hpack.RenderSpec
      Hpack.RunSpec
      Hpack.UtilSpec
      HpackSpec
      Hpack
      Hpack.CabalFile
      Hpack.Config
      Hpack.Dependency
      Hpack.FormattingHints
      Hpack.GenericsUtil
      Hpack.Haskell
      Hpack.Options
      Hpack.Render
      Hpack.Run
      Hpack.Util
      Hpack.Yaml
      Paths_hpack
  default-language: Haskell2010