Cabal revisions of chr-pretty-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial chr-pretty.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: chr-pretty-version: 0.1.0.0-synopsis: Pretty printing for chr library-description: Pretty printing for chr library, a simplified implementation for the pretty printing API from uulib-homepage: https://github.com/atzedijkstra/chr-Bug-Reports: https://github.com/atzedijkstra/chr/issues-license: BSD3-license-file: LICENSE-author: Atze Dijkstra-maintainer: atzedijkstra@gmail.com--- copyright: -category: Development-build-type: Simple-extra-source-files: ChangeLog.md-cabal-version: >=1.10--source-repository head- type: git- location: git@github.com:atzedijkstra/chr.git--library- exposed-modules:- CHR.Pretty- other-modules:- CHR.Pretty.Simple- -- other-extensions: - build-depends:- base >=4.9 && < 5,- containers >= 0.4- hs-source-dirs: src- default-language: Haskell2010+-- Initial chr-pretty.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: chr-pretty +version: 0.1.0.0 +x-revision: 1 +synopsis: Pretty printing for chr library +description: Pretty printing for chr library, a simplified implementation for the pretty printing API from uulib +homepage: https://github.com/atzedijkstra/chr +Bug-Reports: https://github.com/atzedijkstra/chr/issues +license: BSD3 +license-file: LICENSE +author: Atze Dijkstra +maintainer: atzedijkstra@gmail.com +-- copyright: +category: Development +build-type: Simple +extra-source-files: ChangeLog.md +cabal-version: >=1.10 + +source-repository head + type: git + location: git@github.com:atzedijkstra/chr.git + +library + exposed-modules: + CHR.Pretty + other-modules: + CHR.Pretty.Simple + -- other-extensions: + build-depends: + base >=4.8 && < 5, + containers >= 0.4 + hs-source-dirs: src + default-language: Haskell2010