packages feed

Cabal revisions of primitive-unaligned-0.1.1.1

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

revision 1
-cabal-version: 2.2-name: primitive-unaligned-version: 0.1.1.1-synopsis: Unaligned access to primitive arrays-description: Unaligned access to primitive arrays. The offsets are given in bytes rather than elements.-homepage: https://github.com/haskell-primitive/primitive-unaligned-bug-reports: https://github.com/haskell-primitive/primitive-unaligned/issues-license: BSD-3-Clause-license-file: LICENSE-author: Andrew Martin-maintainer: Andrew Martin <andrew.thaddeus@gmail.com>-copyright: 2019 Andrew Martin-category: Data-tested-with: GHC == 8.6.4--library-  exposed-modules:-    Data.Primitive.ByteArray.Unaligned-  other-modules:-    Data.Primitive.Unaligned.Mach-  build-depends:-    , base >=4.12.0.0 && <5-    , primitive >=0.6.4 && <0.8-  hs-source-dirs: src-  if arch(x86_64) || arch(aarch64) || arch(ppc64)-    hs-source-dirs: src-64-  if arch(i386) || arch(arm)-    hs-source-dirs: src-32-  ghc-options: -Wall -O2-  default-language: Haskell2010--test-suite unit-  type: exitcode-stdio-1.0-  hs-source-dirs: test-  main-is: Unit.hs-  build-depends:-    , base-    , primitive-unaligned-    , primitive-  ghc-options: -Wall -O2-  default-language: Haskell2010--source-repository head-  type: git-  location: git://github.com/haskell-primitive/primitive-unaligned.git--+cabal-version: 2.2
+name: primitive-unaligned
+version: 0.1.1.1
+x-revision: 1
+synopsis: Unaligned access to primitive arrays
+description: Unaligned access to primitive arrays. The offsets are given in bytes rather than elements.
+homepage: https://github.com/haskell-primitive/primitive-unaligned
+bug-reports: https://github.com/haskell-primitive/primitive-unaligned/issues
+license: BSD-3-Clause
+license-file: LICENSE
+author: Andrew Martin
+maintainer: Andrew Martin <andrew.thaddeus@gmail.com>
+copyright: 2019 Andrew Martin
+category: Data
+tested-with: GHC == 8.6.4
+
+library
+  exposed-modules:
+    Data.Primitive.ByteArray.Unaligned
+  other-modules:
+    Data.Primitive.Unaligned.Mach
+  build-depends:
+    , base >=4.12.0.0 && <4.17
+    , primitive >=0.6.4 && <0.8
+  hs-source-dirs: src
+  if arch(x86_64) || arch(aarch64) || arch(ppc64)
+    hs-source-dirs: src-64
+  if arch(i386) || arch(arm)
+    hs-source-dirs: src-32
+  ghc-options: -Wall -O2
+  default-language: Haskell2010
+
+test-suite unit
+  type: exitcode-stdio-1.0
+  hs-source-dirs: test
+  main-is: Unit.hs
+  build-depends:
+    , base
+    , primitive-unaligned
+    , primitive
+  ghc-options: -Wall -O2
+  default-language: Haskell2010
+
+source-repository head
+  type: git
+  location: git://github.com/haskell-primitive/primitive-unaligned.git
+
+