revised .cabal file
This commit is contained in:
parent
ee519807e9
commit
dbfddc71e6
@ -1,6 +1,6 @@
|
||||
name: unordered-containers
|
||||
version: 0.2.19.1
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
synopsis: Efficient hashing-based container types
|
||||
description:
|
||||
Efficient hashing-based container types. The containers have been
|
||||
@ -30,7 +30,9 @@ cabal-version: >=1.10
|
||||
extra-source-files: CHANGES.md
|
||||
|
||||
tested-with:
|
||||
GHC ==9.2.1
|
||||
GHC ==9.6.1
|
||||
|| ==9.4.4
|
||||
|| ==9.2.7
|
||||
|| ==9.0.2
|
||||
|| ==8.10.7
|
||||
|| ==8.8.4
|
||||
@ -57,7 +59,7 @@ library
|
||||
base >= 4.10 && < 5,
|
||||
deepseq >= 1.4.3,
|
||||
hashable >= 1.2.5 && < 1.5,
|
||||
template-haskell < 2.20
|
||||
template-haskell < 2.21
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
@ -123,7 +125,7 @@ benchmark benchmarks
|
||||
Util.Int
|
||||
|
||||
build-depends:
|
||||
base >= 4.8.0,
|
||||
base,
|
||||
bytestring >= 0.10.0.0,
|
||||
containers,
|
||||
deepseq,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user