Cabal revisions of hedn-0.2.0.1
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: 3422cbfa0f065b597c1a18d7b765dcd6ddddbea6b62aceab67212f90c480a468--name: hedn-version: 0.2.0.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.0.1, GHC==8.2.2, GHC==8.4.4, GHC==8.6.3-build-type: Simple-extra-source-files:- CHANGELOG.md- LICENSE- README.md- example.edn--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.13- , 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.13- , containers >=0.5.7 && <0.7- , hedgehog >=0.6 && <0.7- , 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: 3422cbfa0f065b597c1a18d7b765dcd6ddddbea6b62aceab67212f90c480a468 + +name: hedn +version: 0.2.0.1 +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.0.1, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5 +build-type: Simple +extra-source-files: + CHANGELOG.md + LICENSE + README.md + example.edn + +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.13 + , 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.13 + , 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