Cabal revisions of byte-order-0.1.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2-name: byte-order-version: 0.1.3.0-synopsis: Portable big-endian and little-endian conversions-description:- This library provides an interface to portably work with byte- arrays whose contents are known to be of a fixed endianness.- There are two ways to use this module. See the `System.ByteOrder`- module for more documentation.-homepage: https://github.com/andrewthad/byte-order-bug-reports: https://github.com/andrewthad/byte-order/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.Primitive.Ptr.BigEndian- Data.Primitive.ByteArray.BigEndian- Data.Primitive.ByteArray.LittleEndian- System.ByteOrder- System.ByteOrder.Class- build-depends:- , base >=4.11.1.0 && <5- , primitive >=0.6.4 && <0.8- , primitive-unaligned >=0.1.1 && <0.2- , wide-word >=0.1.1 && <0.2- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -O2 -Wall--test-suite unit- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Unit.hs- build-depends:- , base- , byte-order- , primitive- , wide-word- ghc-options: -Wall -O2- default-language: Haskell2010+cabal-version: 2.2 +name: byte-order +version: 0.1.3.0 +x-revision: 1 +synopsis: Portable big-endian and little-endian conversions +description: + This library provides an interface to portably work with byte + arrays whose contents are known to be of a fixed endianness. + There are two ways to use this module. See the `System.ByteOrder` + module for more documentation. +homepage: https://github.com/andrewthad/byte-order +bug-reports: https://github.com/andrewthad/byte-order/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.Primitive.Ptr.BigEndian + Data.Primitive.ByteArray.BigEndian + Data.Primitive.ByteArray.LittleEndian + System.ByteOrder + System.ByteOrder.Class + build-depends: + , base >=4.11.1.0 && <5 + , primitive >=0.6.4 && <0.9 + , primitive-unaligned >=0.1.1 && <0.2 + , wide-word >=0.1.1 && <0.2 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -O2 -Wall + +test-suite unit + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Unit.hs + build-depends: + , base + , byte-order + , primitive + , wide-word + ghc-options: -Wall -O2 + default-language: Haskell2010
revision 2
cabal-version: 2.2 name: byte-order version: 0.1.3.0 -x-revision: 1 +x-revision: 2 synopsis: Portable big-endian and little-endian conversions description: This library provides an interface to portably work with byte System.ByteOrder.Class build-depends: , base >=4.11.1.0 && <5 - , primitive >=0.6.4 && <0.9 + , primitive >=0.6.4 && <0.10 , primitive-unaligned >=0.1.1 && <0.2 , wide-word >=0.1.1 && <0.2 hs-source-dirs: src