Cabal revisions of base16-0.3.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.0-name: base16-version: 0.3.0.1-synopsis: Fast RFC 4648-compliant Base16 encoding-description:- RFC 4648-compliant Base16 encodings and decodings.- This library provides performant encoding and decoding primitives, as well as support for textual values.--homepage: https://github.com/emilypi/base16-bug-reports: https://github.com/emilypi/base16/issues-license: BSD3-license-file: LICENSE-author: Emily Pillmore-maintainer: emilypi@cohomolo.gy-copyright: (c) 2020 Emily Pillmore-category: Data-build-type: Simple-extra-doc-files:- CHANGELOG.md- README.md--tested-with:- GHC ==8.2.2- || ==8.4.4- || ==8.6.5- || ==8.8.4- || ==8.10.2--source-repository head- type: git- location: https://github.com/emilypi/base16.git--library- exposed-modules:- Data.ByteString.Base16- Data.ByteString.Lazy.Base16- Data.ByteString.Short.Base16- Data.Text.Encoding.Base16- Data.Text.Encoding.Base16.Error- Data.Text.Lazy.Encoding.Base16- Data.Text.Short.Encoding.Base16-- other-modules:- Data.ByteString.Base16.Internal.Head- Data.ByteString.Base16.Internal.Utils- Data.ByteString.Base16.Internal.W16.Loop- Data.ByteString.Base16.Internal.W16.ShortLoop-- build-depends:- base >=4.10 && <5- , bytestring ^>=0.10- , deepseq >=1.4.3.0 && <1.4.5.0- , primitive >=0.6 && <0.8- , text ^>=1.2- , text-short ^>=0.1-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall--test-suite tasty- other-modules: Internal- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- build-depends:- base >=4.10 && <5- , base16- , base16-bytestring- , bytestring- , QuickCheck- , random-bytestring- , tasty- , tasty-hunit- , tasty-quickcheck- , text- , text-short--benchmark bench- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: benchmarks- main-is: Base16Bench.hs- build-depends:- base >=4.10 && <5- , base16- , base16-bytestring- , bytestring- , criterion- , deepseq- , random-bytestring- , text+cabal-version: 2.0 +name: base16 +version: 0.3.0.1 +x-revision: 1 +synopsis: Fast RFC 4648-compliant Base16 encoding +description: + RFC 4648-compliant Base16 encodings and decodings. + This library provides performant encoding and decoding primitives, as well as support for textual values. + +homepage: https://github.com/emilypi/base16 +bug-reports: https://github.com/emilypi/base16/issues +license: BSD3 +license-file: LICENSE +author: Emily Pillmore +maintainer: emilypi@cohomolo.gy +copyright: (c) 2020 Emily Pillmore +category: Data +build-type: Simple +extra-doc-files: + CHANGELOG.md + README.md + +tested-with: + GHC ==8.2.2 + || ==8.4.4 + || ==8.6.5 + || ==8.8.4 + || ==8.10.2 + +source-repository head + type: git + location: https://github.com/emilypi/base16.git + +library + exposed-modules: + Data.ByteString.Base16 + Data.ByteString.Lazy.Base16 + Data.ByteString.Short.Base16 + Data.Text.Encoding.Base16 + Data.Text.Encoding.Base16.Error + Data.Text.Lazy.Encoding.Base16 + Data.Text.Short.Encoding.Base16 + + other-modules: + Data.ByteString.Base16.Internal.Head + Data.ByteString.Base16.Internal.Utils + Data.ByteString.Base16.Internal.W16.Loop + Data.ByteString.Base16.Internal.W16.ShortLoop + + build-depends: + base >=4.10 && <5 + , bytestring >=0.10 && <0.12 + , deepseq >=1.4.3.0 && <1.4.5.0 + , primitive >=0.6 && <0.8 + , text ^>=1.2 + , text-short ^>=0.1 + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +test-suite tasty + other-modules: Internal + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + build-depends: + base >=4.10 && <5 + , base16 + , base16-bytestring + , bytestring + , QuickCheck + , random-bytestring + , tasty + , tasty-hunit + , tasty-quickcheck + , text + , text-short + +benchmark bench + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: benchmarks + main-is: Base16Bench.hs + build-depends: + base >=4.10 && <5 + , base16 + , base16-bytestring + , bytestring + , criterion + , deepseq + , random-bytestring + , text
revision 2
cabal-version: 2.0 name: base16 version: 0.3.0.1 -x-revision: 1 +x-revision: 2 synopsis: Fast RFC 4648-compliant Base16 encoding description: RFC 4648-compliant Base16 encodings and decodings. build-depends: base >=4.10 && <5 - , bytestring >=0.10 && <0.12 + , bytestring >=0.10 && <0.11 , deepseq >=1.4.3.0 && <1.4.5.0 , primitive >=0.6 && <0.8 , text ^>=1.2
revision 3
cabal-version: 2.0 name: base16 version: 0.3.0.1 -x-revision: 2 +x-revision: 3 synopsis: Fast RFC 4648-compliant Base16 encoding description: RFC 4648-compliant Base16 encodings and decodings. build-depends: base >=4.10 && <5 - , bytestring >=0.10 && <0.11 + , bytestring >=0.10 && <0.12 , deepseq >=1.4.3.0 && <1.4.5.0 , primitive >=0.6 && <0.8 , text ^>=1.2
revision 4
cabal-version: 2.0 name: base16 version: 0.3.0.1 -x-revision: 3 +x-revision: 4 synopsis: Fast RFC 4648-compliant Base16 encoding description: RFC 4648-compliant Base16 encodings and decodings. build-depends: base >=4.10 && <5 , bytestring >=0.10 && <0.12 - , deepseq >=1.4.3.0 && <1.4.5.0 + , deepseq >=1.4.3.0 && <1.4.6.0 , primitive >=0.6 && <0.8 , text ^>=1.2 , text-short ^>=0.1
revision 5
cabal-version: 2.0 name: base16 version: 0.3.0.1 -x-revision: 4 +x-revision: 5 synopsis: Fast RFC 4648-compliant Base16 encoding description: RFC 4648-compliant Base16 encodings and decodings. Data.ByteString.Base16.Internal.W16.ShortLoop build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , bytestring >=0.10 && <0.12 , deepseq >=1.4.3.0 && <1.4.6.0 , primitive >=0.6 && <0.8 hs-source-dirs: test main-is: Main.hs build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , base16 , base16-bytestring , bytestring hs-source-dirs: benchmarks main-is: Base16Bench.hs build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , base16 , base16-bytestring , bytestring