|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: memory
|
|
|
|
Name: memory
|
|
|
|
version: 0.14.18
|
|
|
|
version: 0.15.0
|
|
|
|
x-revision: 2
|
|
|
|
x-revision: 1
|
|
|
|
Synopsis: memory and related abstraction stuff
|
|
|
|
Synopsis: memory and related abstraction stuff
|
|
|
|
Description:
|
|
|
|
Description:
|
|
|
|
Chunk of memory, polymorphic byte array management and manipulation
|
|
|
|
Chunk of memory, polymorphic byte array management and manipulation
|
|
|
@ -81,7 +81,8 @@ Library
|
|
|
|
Data.ByteArray.Methods
|
|
|
|
Data.ByteArray.Methods
|
|
|
|
Data.ByteArray.MemView
|
|
|
|
Data.ByteArray.MemView
|
|
|
|
Data.ByteArray.View
|
|
|
|
Data.ByteArray.View
|
|
|
|
build-depends: base >= 4.9.0.0 && < 4.13
|
|
|
|
|
|
|
|
|
|
|
|
build-depends: base >= 4.9 && < 5
|
|
|
|
if impl(ghc < 8.0)
|
|
|
|
if impl(ghc < 8.0)
|
|
|
|
build-depends: base
|
|
|
|
build-depends: base
|
|
|
|
else
|
|
|
|
else
|
|
|
@ -106,7 +107,7 @@ Library
|
|
|
|
Build-depends: deepseq >= 1.1
|
|
|
|
Build-depends: deepseq >= 1.1
|
|
|
|
if flag(support_foundation) || flag(support_basement)
|
|
|
|
if flag(support_foundation) || flag(support_basement)
|
|
|
|
CPP-options: -DWITH_BASEMENT_SUPPORT
|
|
|
|
CPP-options: -DWITH_BASEMENT_SUPPORT
|
|
|
|
Build-depends: basement
|
|
|
|
Build-depends: basement >= 0.0.7
|
|
|
|
exposed-modules: Data.ByteArray.Sized
|
|
|
|
exposed-modules: Data.ByteArray.Sized
|
|
|
|
|
|
|
|
|
|
|
|
ghc-options: -Wall -fwarn-tabs
|
|
|
|
ghc-options: -Wall -fwarn-tabs
|
|
|
@ -119,8 +120,11 @@ Test-Suite test-memory
|
|
|
|
Other-modules: Imports
|
|
|
|
Other-modules: Imports
|
|
|
|
SipHash
|
|
|
|
SipHash
|
|
|
|
Utils
|
|
|
|
Utils
|
|
|
|
Build-Depends: base
|
|
|
|
if impl(ghc < 8.0)
|
|
|
|
, bytestring
|
|
|
|
buildable: False
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
build-depends: base
|
|
|
|
|
|
|
|
Build-Depends: bytestring
|
|
|
|
, memory
|
|
|
|
, memory
|
|
|
|
, basement >= 0.0.7
|
|
|
|
, basement >= 0.0.7
|
|
|
|
, foundation
|
|
|
|
, foundation
|