byteorder 1.0.1 → 1.0.2
raw patch · 1 files changed
+8/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- byteorder.cabal +8/−4
byteorder.cabal view
@@ -1,7 +1,7 @@ Name: byteorder-Version: 1.0.1-Cabal-Version: >= 1.2-Synopsis: native byte-ordering of the system+Version: 1.0.2+Cabal-Version: >= 1.6+Synopsis: Exposes the native endianess or byte ordering of the system. Description: This package is for working with the native byte-ordering of the system. @@ -14,7 +14,11 @@ Category: System +Source-Repository head+ type: darcs+ location: http://community.haskell.org/~aslatter/code/byteorder/+ Library - Build-depends: base+ Build-depends: base == 4.* Exposed-modules: System.ByteOrder