Cabal revisions of file-embed-lzma-0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.0 name: file-embed-lzma version: 0+x-revision: 1 synopsis: Use Template Haskell to embed (LZMA compressed) data. description: -- GHC boot libraries build-depends: base >=4.7 && <4.12- , base-compat >=0.9.3 && <0.10+ , base-compat >=0.9.3 && <0.11 , template-haskell >=2.9 && <2.14 , bytestring >=0.10.4.0 && <0.11 , transformers >=0.3.0.0 && <0.6
revision 2
cabal-version: 2.0 name: file-embed-lzma version: 0-x-revision: 1+x-revision: 2 synopsis: Use Template Haskell to embed (LZMA compressed) data. description: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,- GHC==8.4.1+ GHC==8.4.3,+ GHC==8.6.1 source-repository head type: git -- GHC boot libraries build-depends:- base >=4.7 && <4.12+ base >=4.7 && <4.13 , base-compat >=0.9.3 && <0.11- , template-haskell >=2.9 && <2.14+ , template-haskell >=2.9 && <2.15 , bytestring >=0.10.4.0 && <0.11 , transformers >=0.3.0.0 && <0.6 , directory >=1.2.1.0 && <1.4
revision 3
-cabal-version: 2.0-name: file-embed-lzma-version: 0-x-revision: 2--synopsis: Use Template Haskell to embed (LZMA compressed) data.+cabal-version: 2.0+name: file-embed-lzma+version: 0+x-revision: 3+synopsis: Use Template Haskell to embed (LZMA compressed) data. description: The @file-embed@ package let's embed file and dir contents. . . There's also an 'embedRecursiveDir' function. -homepage: https://github.com/phadej/file-embed-lzma-bug-reports: https://github.com/phadej/file-embed-lzma/issues-license: BSD3-license-file: LICENSE-author: Oleg Grenrus <oleg.grenrus@iki.fi>-maintainer: Oleg.Grenrus <oleg.grenrus@iki.fi>-copyright: (c) 2015-2018 Futurice, 2018 Oleg Grenrus-category: Data-build-type: Simple--extra-source-files: ChangeLog.md example/example.txt+homepage: https://github.com/phadej/file-embed-lzma+bug-reports: https://github.com/phadej/file-embed-lzma/issues+license: BSD3+license-file: LICENSE+author: Oleg Grenrus <oleg.grenrus@iki.fi>+maintainer: Oleg.Grenrus <oleg.grenrus@iki.fi>+copyright: (c) 2015-2018 Futurice, 2018 Oleg Grenrus+category: Data+build-type: Simple+extra-source-files:+ ChangeLog.md+ example/example.txt tested-with:- GHC==7.8.4,- GHC==7.10.3,- GHC==8.0.2,- GHC==8.2.2,- GHC==8.4.3,- GHC==8.6.1+ GHC ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.5+ || ==8.8.1 source-repository head- type: git- location: https://github.com/phadej/file-embed-lzma.git+ type: git+ location: https://github.com/phadej/file-embed-lzma.git library- exposed-modules:- FileEmbedLzma+ exposed-modules: FileEmbedLzma -- GHC boot libraries build-depends:- base >=4.7 && <4.13+ base >=4.7 && <4.14 , base-compat >=0.9.3 && <0.11- , template-haskell >=2.9 && <2.15- , bytestring >=0.10.4.0 && <0.11- , transformers >=0.3.0.0 && <0.6+ , bytestring ^>=0.10.4.0 , directory >=1.2.1.0 && <1.4 , filepath >=1.3.0.2 && <1.5- , text >=1.2.3.0 && <1.3+ , template-haskell >=2.9 && <2.16+ , text ^>=1.2.3.0+ , transformers >=0.3.0.0 && <0.6 -- non bundled dependencies build-depends:- lzma ^>=0.0.0.3- , th-lift-instances ^>=0.1.11+ lzma ^>=0.0.0.3+ , th-lift-instances ^>=0.1.11 other-extensions: OverloadedStrings QuasiQuotes TemplateHaskell- hs-source-dirs: src- default-language: Haskell2010 + hs-source-dirs: src+ default-language: Haskell2010+ test-suite example- default-language: Haskell2010- type: exitcode-stdio-1.0- main-is: Example.hs- hs-source-dirs: example- ghc-options: -Wall+ default-language: Haskell2010+ type: exitcode-stdio-1.0+ main-is: Example.hs+ hs-source-dirs: example+ ghc-options: -Wall build-depends:- base, file-embed-lzma, bytestring+ base+ , bytestring+ , file-embed-lzma
revision 4
cabal-version: 2.0 name: file-embed-lzma version: 0-x-revision: 3+x-revision: 4 synopsis: Use Template Haskell to embed (LZMA compressed) data. description: The @file-embed@ package let's embed file and dir contents. -- GHC boot libraries build-depends: base >=4.7 && <4.14- , base-compat >=0.9.3 && <0.11+ , base-compat >=0.9.3 && <0.12 , bytestring ^>=0.10.4.0 , directory >=1.2.1.0 && <1.4 , filepath >=1.3.0.2 && <1.5
revision 5
cabal-version: 2.0 name: file-embed-lzma version: 0-x-revision: 4+x-revision: 5 synopsis: Use Template Haskell to embed (LZMA compressed) data. description: The @file-embed@ package let's embed file and dir contents. || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.1+ || ==8.8.3+ || ==8.10.1 source-repository head type: git -- GHC boot libraries build-depends:- base >=4.7 && <4.14+ base >=4.7 && <4.15 , base-compat >=0.9.3 && <0.12 , bytestring ^>=0.10.4.0 , directory >=1.2.1.0 && <1.4 , filepath >=1.3.0.2 && <1.5- , template-haskell >=2.9 && <2.16+ , template-haskell >=2.9 && <2.17 , text ^>=1.2.3.0 , transformers >=0.3.0.0 && <0.6
revision 6
cabal-version: 2.0 name: file-embed-lzma version: 0-x-revision: 5+x-revision: 6 synopsis: Use Template Haskell to embed (LZMA compressed) data. description: The @file-embed@ package let's embed file and dir contents. || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.4+ || ==9.0.1 source-repository head type: git -- GHC boot libraries build-depends:- base >=4.7 && <4.15+ base >=4.7 && <4.16 , base-compat >=0.9.3 && <0.12 , bytestring ^>=0.10.4.0 , directory >=1.2.1.0 && <1.4 , filepath >=1.3.0.2 && <1.5- , template-haskell >=2.9 && <2.17+ , template-haskell >=2.9 && <2.18 , text ^>=1.2.3.0 , transformers >=0.3.0.0 && <0.6
revision 7
cabal-version: 2.0 name: file-embed-lzma version: 0-x-revision: 6+x-revision: 7 synopsis: Use Template Haskell to embed (LZMA compressed) data. description: The @file-embed@ package let's embed file and dir contents. -- GHC boot libraries build-depends: base >=4.7 && <4.16- , base-compat >=0.9.3 && <0.12+ , base-compat >=0.9.3 && <0.13 , bytestring ^>=0.10.4.0 , directory >=1.2.1.0 && <1.4 , filepath >=1.3.0.2 && <1.5
revision 8
cabal-version: 2.0 name: file-embed-lzma version: 0-x-revision: 7+x-revision: 8 synopsis: Use Template Haskell to embed (LZMA compressed) data. description: The @file-embed@ package let's embed file and dir contents. || ==8.8.4 || ==8.10.4 || ==9.0.1+ || ==9.2.1 source-repository head type: git -- GHC boot libraries build-depends:- base >=4.7 && <4.16+ base >=4.7 && <4.17 , base-compat >=0.9.3 && <0.13- , bytestring ^>=0.10.4.0+ , bytestring ^>=0.10.4.0 || ^>=0.11.1.0 , directory >=1.2.1.0 && <1.4 , filepath >=1.3.0.2 && <1.5- , template-haskell >=2.9 && <2.18- , text ^>=1.2.3.0+ , template-haskell >=2.9 && <2.19+ , text ^>=1.2.3.0 || ^>=2.0 , transformers >=0.3.0.0 && <0.6 -- non bundled dependencies