Cabal revisions of hpack-dhall-0.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >= 1.10---- This file has been generated from package.dhall by hpack version 0.29.5.------ see: https://github.com/sol/hpack------ hash: 5aa240e82d90764729d6746cb05e32e98ad0acd863464d3e0521a9d58c9185f0--name: hpack-dhall-version: 0.3.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--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+cabal-version: >= 1.10 + +-- This file has been generated from package.dhall by hpack version 0.29.5. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 5aa240e82d90764729d6746cb05e32e98ad0acd863464d3e0521a9d58c9185f0 + +name: hpack-dhall +version: 0.3.0 +x-revision: 1 +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/blockscope/hpack-dhall#readme +bug-reports: https://github.com/blockscope/hpack-dhall/issues +maintainer: Phil de Joux <phil.dejoux@blockscope.com> +license: PublicDomain +build-type: Simple + +source-repository head + type: git + location: https://github.com/blockscope/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
revision 2
name: hpack-dhall version: 0.3.0 -x-revision: 1 +x-revision: 2 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/blockscope/hpack-dhall#readme bug-reports: https://github.com/blockscope/hpack-dhall/issues +author: Simon Hengel <sol@typeful.net> maintainer: Phil de Joux <phil.dejoux@blockscope.com> license: PublicDomain build-type: Simple
revision 3
name: hpack-dhall version: 0.3.0 -x-revision: 2 +x-revision: 3 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/blockscope/hpack-dhall#readme bug-reports: https://github.com/blockscope/hpack-dhall/issues -author: Simon Hengel <sol@typeful.net> maintainer: Phil de Joux <phil.dejoux@blockscope.com> license: PublicDomain build-type: Simple