Cabal revisions of hedn-0.3.0.4
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.34.4.------ see: https://github.com/sol/hpack------ hash: 784b8e18f38a2e70046c5ec03603dd229e8486d61fad1a326af0f647adfa1102--name: hedn-version: 0.3.0.4-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.5, GHC==8.8.3, GHC==8.10.4, GHC==9.0.1, GHC==9.2.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 && <5- , containers >=0.5.7 && <0.7- , deepseq >=1.4 && <2- , deriving-compat >=0.3.6 && <0.7- , megaparsec >=7.0 && <10- , parser-combinators >=1.0 && <2- , prettyprinter >=1.2 && <2- , scientific ==0.3.*- , 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 && <5- , containers >=0.5.7 && <0.7- , hedgehog >=0.6 && <2- , hedn- , megaparsec >=7.0 && <10- , 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.34.4. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 784b8e18f38a2e70046c5ec03603dd229e8486d61fad1a326af0f647adfa1102 + +name: hedn +version: 0.3.0.4 +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.5, GHC==8.8.3, GHC==8.10.4, GHC==9.0.1, GHC==9.2.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 && <5 + , containers >=0.5.7 && <0.7 + , deepseq >=1.4 && <2 + , deriving-compat >=0.3.6 && <0.7 + , megaparsec >=7.0 && <10 + , parser-combinators >=1.0 && <2 + , prettyprinter >=1.2 && <2 + , scientific ==0.3.* + , template-haskell >=2.11 && <3 + , text >=1.2 && <2.1 + , 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 && <5 + , containers >=0.5.7 && <0.7 + , hedgehog >=0.6 && <2 + , hedn + , megaparsec >=7.0 && <10 + , text >=1.2 && <2.1 + , time >=1.6 && <2 + , uuid-types >=1.0 && <2 + , vector >=0.11 && <1 + default-language: Haskell2010
revision 2
name: hedn version: 0.3.0.4 -x-revision: 1 +x-revision: 2 synopsis: EDN parsing and encoding description: A EDN parsing and encoding library. . , prettyprinter >=1.2 && <2 , scientific ==0.3.* , template-haskell >=2.11 && <3 - , text >=1.2 && <2.1 + , text >=1.2 && <3 , time >=1.6 && <2 , uuid-types >=1.0 && <2 , vector >=0.11 && <1 , hedgehog >=0.6 && <2 , hedn , megaparsec >=7.0 && <10 - , text >=1.2 && <2.1 + , text >=1.2 && <3 , time >=1.6 && <2 , uuid-types >=1.0 && <2 , vector >=0.11 && <1
revision 3
name: hedn version: 0.3.0.4 -x-revision: 2 +x-revision: 3 synopsis: EDN parsing and encoding description: A EDN parsing and encoding library. . ghc-options: -Wall build-depends: base >=4.9 && <5 - , containers >=0.5.7 && <0.7 + , containers >=0.5.7 && <0.8 , deepseq >=1.4 && <2 , deriving-compat >=0.3.6 && <0.7 , megaparsec >=7.0 && <10 ghc-options: -Wall build-depends: base >=4.9 && <5 - , containers >=0.5.7 && <0.7 + , containers >=0.5.7 && <0.8 , hedgehog >=0.6 && <2 , hedn , megaparsec >=7.0 && <10
revision 4
name: hedn version: 0.3.0.4 -x-revision: 3 +x-revision: 4 synopsis: EDN parsing and encoding description: A EDN parsing and encoding library. . ghc-options: -Wall build-depends: base >=4.9 && <5 - , containers >=0.5.7 && <0.8 + , containers >=0.5.7 && <0.9 , deepseq >=1.4 && <2 , deriving-compat >=0.3.6 && <0.7 , megaparsec >=7.0 && <10