unix-bytestring 0.3.4 → 0.3.4.1
raw patch · 2 files changed
+12/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +10/−0
- unix-bytestring.cabal +2/−2
LICENSE view
@@ -1,3 +1,13 @@+=== Notes ===++The following license applies to all code in this package, with the+exception of the functions System.Posix.IO.ByteString.fdReadBuf and+System.Posix.IO.ByteString.fdWriteBuf. Those functions were copied+from the unix package and are subject to the license described in+LICENSE-unix, as well as this license.++=== unix-bytestring license ===+ Copyright (c) 2010, 2011, wren ng thornton. ALL RIGHTS RESERVED.
unix-bytestring.cabal view
@@ -1,9 +1,9 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org> ~ 2011.03.26+-- wren ng thornton <wren@community.haskell.org> ~ 2011.04.03 ---------------------------------------------------------------- Name: unix-bytestring-Version: 0.3.4+Version: 0.3.4.1 -- Source-Repository requires version 1.6 Cabal-Version: >= 1.6 -- We need a custom build in order to define __HADDOCK__