Cabal revisions of hedn-0.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 51ffeea2c9239d08c2d1e746437afcd12120103d004da5308747b27a697dcd05--name: hedn-version: 0.3.0.0-synopsis: EDN parsing and encoding-description: A EDN parsing and encoding library.- .- Based on "specs" published at <https://github.com/edn-format/edn>.-category: Data-author: Alexander Bondarenko-maintainer: aenor.realm@gmail.com-copyright: (c) 2019 Alexander Bondarenko-license: BSD3-license-file: LICENSE-tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1-build-type: Simple-extra-source-files:- CHANGELOG.md- LICENSE- README.md--source-repository head- type: git- location: https://gitlab.com/dpwiz/hedn--library- exposed-modules:- Data.EDN- Data.EDN.AST.Lexer- Data.EDN.AST.Parser- Data.EDN.AST.Printer- Data.EDN.AST.Types- Data.EDN.AST.Types.Tagged- Data.EDN.AST.Types.Value- Data.EDN.Class- Data.EDN.Class.Parser- Data.EDN.QQ- other-modules:- Paths_hedn- hs-source-dirs:- lib- ghc-options: -Wall- build-depends:- base >=4.9 && <4.14- , containers >=0.5.7 && <0.7- , deepseq >=1.4 && <2- , deriving-compat >=0.3.6 && <0.6- , megaparsec >=7.0 && <8- , parser-combinators >=1.0 && <2- , prettyprinter >=1.2 && <2- , scientific >=0.3 && <0.4- , template-haskell >=2.11 && <3- , text >=1.2 && <2- , time >=1.6 && <2- , uuid-types >=1.0 && <2- , vector >=0.11 && <1- default-language: Haskell2010--test-suite edn-test- type: exitcode-stdio-1.0- main-is: Main.hs- other-modules:- Data.EDN.AST.Gen- Data.EDN.AST.Test- Data.EDN.Class.Gen- Data.EDN.Class.Test- Data.EDN.QQ.Test- Paths_hedn- hs-source-dirs:- tests- ghc-options: -Wall- build-depends:- base >=4.9 && <4.14- , containers >=0.5.7 && <0.7- , hedgehog >=0.6 && <2- , hedn >=0.2 && <1- , megaparsec >=7.0 && <8- , text >=1.2 && <2- , time >=1.6 && <2- , uuid-types >=1.0 && <2- , vector >=0.11 && <1- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.1. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 51ffeea2c9239d08c2d1e746437afcd12120103d004da5308747b27a697dcd05 + +name: hedn +version: 0.3.0.0 +x-revision: 1 +synopsis: EDN parsing and encoding +description: A EDN parsing and encoding library. + . + Based on "specs" published at <https://github.com/edn-format/edn>. +category: Data +author: Alexander Bondarenko +maintainer: aenor.realm@gmail.com +copyright: (c) 2019 Alexander Bondarenko +license: BSD3 +license-file: LICENSE +tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1 +build-type: Simple +extra-source-files: + CHANGELOG.md + LICENSE + README.md + +source-repository head + type: git + location: https://gitlab.com/dpwiz/hedn + +library + exposed-modules: + Data.EDN + Data.EDN.AST.Lexer + Data.EDN.AST.Parser + Data.EDN.AST.Printer + Data.EDN.AST.Types + Data.EDN.AST.Types.Tagged + Data.EDN.AST.Types.Value + Data.EDN.Class + Data.EDN.Class.Parser + Data.EDN.QQ + other-modules: + Paths_hedn + hs-source-dirs: + lib + ghc-options: -Wall + build-depends: + base >=4.9 && <4.14 + , containers >=0.5.7 && <0.7 + , deepseq >=1.4 && <2 + , deriving-compat >=0.3.6 && <0.6 + , megaparsec >=7.0 && <9 + , parser-combinators >=1.0 && <2 + , prettyprinter >=1.2 && <2 + , scientific >=0.3 && <0.4 + , template-haskell >=2.11 && <3 + , text >=1.2 && <2 + , time >=1.6 && <2 + , uuid-types >=1.0 && <2 + , vector >=0.11 && <1 + default-language: Haskell2010 + +test-suite edn-test + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + Data.EDN.AST.Gen + Data.EDN.AST.Test + Data.EDN.Class.Gen + Data.EDN.Class.Test + Data.EDN.QQ.Test + Paths_hedn + hs-source-dirs: + tests + ghc-options: -Wall + build-depends: + base >=4.9 && <4.14 + , containers >=0.5.7 && <0.7 + , hedgehog >=0.6 && <2 + , hedn >=0.2 && <1 + , megaparsec >=7.0 && <8 + , text >=1.2 && <2 + , time >=1.6 && <2 + , uuid-types >=1.0 && <2 + , vector >=0.11 && <1 + default-language: Haskell2010