hpack-dhall-0.2.0: hpack-dhall.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 38e9ec5002ffc1e15956dcc564f84f57658610a5204fec5ff56d76d098689a1f
name: hpack-dhall
version: 0.2.0
synopsis: Dhall support for Hpack
description: This package allows you to use the Dhall configuration language to specify Haskell packages.
category: Development
homepage: https://github.com/sol/hpack-dhall#readme
bug-reports: https://github.com/sol/hpack-dhall/issues
maintainer: Simon Hengel <sol@typeful.net>
license: PublicDomain
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/sol/hpack-dhall
executable hpack-dhall
main-is: Main.hs
other-modules:
Hpack.Dhall
Paths_hpack_dhall
hs-source-dirs:
src
driver
ghc-options: -Wall
build-depends:
aeson
, base ==4.*
, dhall
, dhall-json
, hpack >=0.26.0
, megaparsec
, text
, transformers
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Hpack.Dhall
Hpack.DhallSpec
Paths_hpack_dhall
hs-source-dirs:
src
test
ghc-options: -Wall
build-depends:
aeson
, base ==4.*
, dhall
, dhall-json
, hpack >=0.26.0
, hspec ==2.*
, interpolate
, megaparsec
, mockery
, text
, transformers
default-language: Haskell2010