Cabal revisions of generic-xmlpickler-0.1.0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: generic-xmlpickler-version: 0.1.0.5-description: Generic generation of HXT XmlPickler instances using GHC Generics.-synopsis: Generic generation of HXT XmlPickler instances using GHC Generics.-category: XML, Data-cabal-version: >= 1.8-author: Silk-copyright: (c) 2015, Silk-maintainer: code@silk.co-homepage: http://github.com/silkapp/generic-xmlpickler-license: BSD3-license-file: LICENSE-build-type: Simple--extra-source-files:- CHANGELOG.md- LICENSE- README.md--source-repository head- type: git- location: https://github.com/silkapp/regular-xmlpickler.git--library- ghc-options: -Wall- hs-source-dirs: src- exposed-modules: Generics.XmlPickler- build-depends:- base >= 4.5 && < 4.10- , generic-deriving >= 1.6 && < 1.11- , hxt >= 9.2 && < 9.4- , text- if impl(ghc < 7.6)- build-depends: ghc-prim >= 0.2 && < 0.5--test-suite tests- ghc-options: -Wall- hs-source-dirs: tests- main-is: Main.hs- type: exitcode-stdio-1.0- build-depends:- base >= 4.5 && < 5- , generic-xmlpickler- , hxt >= 9.2 && < 9.4- , hxt-pickle-utils == 0.1.*- , tasty >= 0.10 && < 0.12- , tasty-hunit == 0.9.*- , tasty-th == 0.1.*- if impl(ghc < 7.6)- build-depends: ghc-prim >= 0.2 && < 0.5+name: generic-xmlpickler +version: 0.1.0.5 +x-revision: 1 +description: Generic generation of HXT XmlPickler instances using GHC Generics. +synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. +category: XML, Data +cabal-version: >= 1.8 +author: Silk +copyright: (c) 2015, Silk +maintainer: code@silk.co +homepage: http://github.com/silkapp/generic-xmlpickler +license: BSD3 +license-file: LICENSE +build-type: Simple + +extra-source-files: + CHANGELOG.md + LICENSE + README.md + +source-repository head + type: git + location: https://github.com/silkapp/regular-xmlpickler.git + +library + ghc-options: -Wall + hs-source-dirs: src + exposed-modules: Generics.XmlPickler + build-depends: + base >= 4.5 && < 4.10 + , generic-deriving >= 1.6 && < 1.12 + , hxt >= 9.2 && < 9.4 + , text + if impl(ghc < 7.6) + build-depends: ghc-prim >= 0.2 && < 0.5 + +test-suite tests + ghc-options: -Wall + hs-source-dirs: tests + main-is: Main.hs + type: exitcode-stdio-1.0 + build-depends: + base >= 4.5 && < 5 + , generic-xmlpickler + , hxt >= 9.2 && < 9.4 + , hxt-pickle-utils == 0.1.* + , tasty >= 0.10 && < 0.12 + , tasty-hunit == 0.9.* + , tasty-th == 0.1.* + if impl(ghc < 7.6) + build-depends: ghc-prim >= 0.2 && < 0.5
revision 2
name: generic-xmlpickler version: 0.1.0.5 -x-revision: 1 +x-revision: 2 description: Generic generation of HXT XmlPickler instances using GHC Generics. synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. category: XML, Data hs-source-dirs: src exposed-modules: Generics.XmlPickler build-depends: - base >= 4.5 && < 4.10 + base >= 4.5 && < 4.11 , generic-deriving >= 1.6 && < 1.12 , hxt >= 9.2 && < 9.4 , text
revision 3
name: generic-xmlpickler version: 0.1.0.5 -x-revision: 2 +x-revision: 3 description: Generic generation of HXT XmlPickler instances using GHC Generics. synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. category: XML, Data , generic-xmlpickler , hxt >= 9.2 && < 9.4 , hxt-pickle-utils == 0.1.* - , tasty >= 0.10 && < 0.12 + , tasty >= 0.10 && < 0.13 , tasty-hunit == 0.9.* , tasty-th == 0.1.* if impl(ghc < 7.6)
revision 4
name: generic-xmlpickler version: 0.1.0.5 -x-revision: 3 +x-revision: 4 description: Generic generation of HXT XmlPickler instances using GHC Generics. synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. category: XML, Data , hxt >= 9.2 && < 9.4 , hxt-pickle-utils == 0.1.* , tasty >= 0.10 && < 0.13 - , tasty-hunit == 0.9.* + , tasty-hunit >= 0.9 && < 0.11 , tasty-th == 0.1.* if impl(ghc < 7.6) build-depends: ghc-prim >= 0.2 && < 0.5
revision 5
name: generic-xmlpickler version: 0.1.0.5 -x-revision: 4 +x-revision: 5 description: Generic generation of HXT XmlPickler instances using GHC Generics. synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. category: XML, Data exposed-modules: Generics.XmlPickler build-depends: base >= 4.5 && < 4.11 - , generic-deriving >= 1.6 && < 1.12 + , generic-deriving >= 1.6 && < 1.13 , hxt >= 9.2 && < 9.4 , text if impl(ghc < 7.6)
revision 6
name: generic-xmlpickler version: 0.1.0.5 -x-revision: 5 +x-revision: 6 description: Generic generation of HXT XmlPickler instances using GHC Generics. synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. category: XML, Data , generic-xmlpickler , hxt >= 9.2 && < 9.4 , hxt-pickle-utils == 0.1.* - , tasty >= 0.10 && < 0.13 + , tasty >= 0.10 && < 1.1 , tasty-hunit >= 0.9 && < 0.11 , tasty-th == 0.1.* if impl(ghc < 7.6)
revision 7
name: generic-xmlpickler version: 0.1.0.5 -x-revision: 6 +x-revision: 7 description: Generic generation of HXT XmlPickler instances using GHC Generics. synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. category: XML, Data hs-source-dirs: src exposed-modules: Generics.XmlPickler build-depends: - base >= 4.5 && < 4.11 + base >= 4.5 && < 4.12 , generic-deriving >= 1.6 && < 1.13 , hxt >= 9.2 && < 9.4 , text
revision 8
name: generic-xmlpickler version: 0.1.0.5 -x-revision: 7 +x-revision: 8 description: Generic generation of HXT XmlPickler instances using GHC Generics. synopsis: Generic generation of HXT XmlPickler instances using GHC Generics. category: XML, Data , generic-xmlpickler , hxt >= 9.2 && < 9.4 , hxt-pickle-utils == 0.1.* - , tasty >= 0.10 && < 1.1 + , tasty >= 0.10 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , tasty-th == 0.1.* if impl(ghc < 7.6)