Cabal revisions of hakyll-dhall-0.2.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 9602c81ff221ad25d8ecbf5a3b51eee5ebb1c79e801098acf6333c50faa1e506--name: hakyll-dhall-version: 0.2.2.0-synopsis: Dhall compiler for Hakyll-description: Please see the README on GitHub at <https://github.com/mstksg/hakyll-dhall#readme>-category: Web-homepage: https://github.com/mstksg/hakyll-dhall#readme-bug-reports: https://github.com/mstksg/hakyll-dhall/issues-author: Justin Le-maintainer: justin@jle.im-copyright: (c) Justin Le 2018-license: BSD3-license-file: LICENSE-tested-with: GHC >= 8.2 && < 8.8-build-type: Simple-cabal-version: >= 1.10-extra-source-files:- CHANGELOG.md- README.md- test-dhall/foo.dhall- test-dhall/parse-test.dhall- test-dhall/test-file.dhall- test-dhall/test1.dhall- test-dhall/test2.dhall--source-repository head- type: git- location: https://github.com/mstksg/hakyll-dhall--library- exposed-modules:- Hakyll.Web.Dhall- other-modules:- Paths_hakyll_dhall- hs-source-dirs:- src- ghc-options: -Wall -Wcompat -Wredundant-constraints- build-depends:- base >=4.7 && <5- , binary- , cborg- , containers- , data-default-class- , dhall >1.17- , filepath- , hakyll >=4.10- , lens-family-core- , mtl- , prettyprinter- , text- , transformers- default-language: Haskell2010--executable hakyll-dhall-test-app- main-is: test-app.hs- other-modules:- Paths_hakyll_dhall- hs-source-dirs:- app- ghc-options: -Wall -Wcompat -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N- build-depends:- base >=4.7 && <5- , dhall >1.17- , hakyll >=4.10- , hakyll-dhall+-- This file has been generated from package.yaml by hpack version 0.28.2. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 1973695f7c854663ffc525dcd7c583b3450028d962e5dfccdbfd9fee2a04443d + +name: hakyll-dhall +version: 0.2.2.0 +x-revision: 1 +synopsis: Dhall compiler for Hakyll +description: Hakyll compiler and loader for Dhall files. Functions are intended to track + all local dependencies within the project directory, so rebuilds are + properly triggered on up-stream imports. Provides options for customizing + rebuilding behavior for network, environment variable, and non-project local + files. + . + See README.md for more information. +category: Web +homepage: https://github.com/mstksg/hakyll-dhall#readme +bug-reports: https://github.com/mstksg/hakyll-dhall/issues +author: Justin Le +maintainer: justin@jle.im +copyright: (c) Justin Le 2018 +license: BSD3 +license-file: LICENSE +tested-with: GHC >= 8.2 && < 8.8 +build-type: Simple +cabal-version: >= 1.10 +extra-source-files: + CHANGELOG.md + README.md + test-dhall/foo.dhall + test-dhall/parse-test.dhall + test-dhall/test-file.dhall + test-dhall/test1.dhall + test-dhall/test2.dhall + +source-repository head + type: git + location: https://github.com/mstksg/hakyll-dhall + +library + exposed-modules: + Hakyll.Web.Dhall + other-modules: + Paths_hakyll_dhall + hs-source-dirs: + src + ghc-options: -Wall -Wcompat -Wredundant-constraints + build-depends: + base >=4.7 && <5 + , binary + , cborg + , containers + , data-default-class + , dhall >1.17 + , filepath + , hakyll >=4.10 + , lens-family-core + , mtl + , prettyprinter + , text + , transformers + default-language: Haskell2010 + +executable hakyll-dhall-test-app + main-is: test-app.hs + other-modules: + Paths_hakyll_dhall + hs-source-dirs: + app + ghc-options: -Wall -Wcompat -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N + build-depends: + base >=4.7 && <5 + , dhall >1.17 + , hakyll >=4.10 + , hakyll-dhall default-language: Haskell2010
revision 2
name: hakyll-dhall version: 0.2.2.0 -x-revision: 1 +x-revision: 2 synopsis: Dhall compiler for Hakyll description: Hakyll compiler and loader for Dhall files. Functions are intended to track all local dependencies within the project directory, so rebuilds are , cborg , containers , data-default-class - , dhall >1.17 + , dhall >=1.17 && <1.18 , filepath , hakyll >=4.10 , lens-family-core , dhall >1.17 , hakyll >=4.10 , hakyll-dhall - default-language: Haskell2010+ default-language: Haskell2010