revised .cabal file
This commit is contained in:
parent
d86395a29d
commit
c3797655b9
@ -1,7 +1,7 @@
|
||||
cabal-version: 1.12
|
||||
name: regex-base
|
||||
version: 0.94.0.2
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
|
||||
build-type: Simple
|
||||
license: BSD3
|
||||
@ -35,8 +35,9 @@ extra-source-files:
|
||||
README.md
|
||||
|
||||
tested-with:
|
||||
GHC == 9.4.1
|
||||
GHC == 9.2.2
|
||||
GHC == 9.6.2
|
||||
GHC == 9.4.5
|
||||
GHC == 9.2.8
|
||||
GHC == 9.0.2
|
||||
GHC == 8.10.7
|
||||
GHC == 8.8.4
|
||||
@ -58,7 +59,7 @@ source-repository head
|
||||
source-repository this
|
||||
type: git
|
||||
location: https://github.com/haskell-hvr/regex-base.git
|
||||
tag: v0.94.0.2
|
||||
tag: v0.94.0.2-r2
|
||||
|
||||
library
|
||||
hs-source-dirs: src
|
||||
@ -87,7 +88,7 @@ library
|
||||
|
||||
build-depends: base >= 4.3 && < 5
|
||||
, containers >= 0.4 && < 0.7
|
||||
, bytestring >= 0.9 && < 0.12
|
||||
, bytestring >= 0.9 && < 0.13
|
||||
, array >= 0.3 && < 0.6
|
||||
, text >= 1.2.3 && < 1.3 || >=2.0 && <2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user