revise .cabal
This commit is contained in:
parent
7167e650a5
commit
2db01a7f84
@ -1,6 +1,6 @@
|
|||||||
Name: memory
|
Name: memory
|
||||||
version: 0.15.0
|
version: 0.15.0
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
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
|
||||||
@ -82,7 +82,7 @@ Library
|
|||||||
Data.ByteArray.MemView
|
Data.ByteArray.MemView
|
||||||
Data.ByteArray.View
|
Data.ByteArray.View
|
||||||
|
|
||||||
build-depends: base >= 4.9 && < 5
|
build-depends: base >= 4.9 && < 4.15
|
||||||
if impl(ghc < 8.0)
|
if impl(ghc < 8.0)
|
||||||
build-depends: base
|
build-depends: base
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user