packages feed

Cabal revisions of byteslice-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 2.2-name: byteslice-version: 0.1.0.0-synopsis: Slicing ByteArray and MutableByteArray--- description:-homepage: https://github.com/andrewthad/byteslice-bug-reports: https://github.com/andrewthad/byteslice/issues-license: BSD-3-Clause-license-file: LICENSE-author: Andrew Martin-maintainer: andrew.thaddeus@gmail.com-copyright: 2019 Andrew Martin-category: Data-extra-source-files: CHANGELOG.md--library-  exposed-modules: Data.Bytes.Types-  build-depends:-    , base >=4.11.1.0 && <5-    , primitive >=0.6.4 && <0.7-  hs-source-dirs: src-  default-language: Haskell2010+cabal-version: 2.2
+name: byteslice
+version: 0.1.0.0
+x-revision: 1
+synopsis: Slicing ByteArray and MutableByteArray
+-- description:
+homepage: https://github.com/andrewthad/byteslice
+bug-reports: https://github.com/andrewthad/byteslice/issues
+license: BSD-3-Clause
+license-file: LICENSE
+author: Andrew Martin
+maintainer: andrew.thaddeus@gmail.com
+copyright: 2019 Andrew Martin
+category: Data
+extra-source-files: CHANGELOG.md
+
+library
+  exposed-modules: Data.Bytes.Types
+  build-depends:
+    , base >=4.11.1.0 && <5
+    , primitive >=0.6.4 && <0.8
+  hs-source-dirs: src
+  default-language: Haskell2010