dependency bumps
This commit is contained in:
parent
6756c1f186
commit
6a8c937d24
1 changed files with 6 additions and 6 deletions
10
ips.cabal
10
ips.cabal
|
@ -12,7 +12,7 @@ bug-reports: https://git.rhiannon.website/rhi/ips/issues
|
|||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://git.rhiannon.website/rhi/ips.git
|
||||
location: https://git.rhiannon.website/rhi/ips.git
|
||||
|
||||
common deps
|
||||
default-language: Haskell2010
|
||||
|
@ -24,11 +24,11 @@ common deps
|
|||
NamedFieldPuns,
|
||||
OverloadedStrings
|
||||
build-depends:
|
||||
base ^>= 4.14.1.0,
|
||||
bytestring ^>= 0.11.1.0,
|
||||
vector ^>= 0.12.2.0,
|
||||
base >= 4.14.1.0 && < 4.22,
|
||||
bytestring >= 0.11.1.0 && < 0.13,
|
||||
vector >= 0.12.2.0 && < 0.14,
|
||||
attoparsec >= 0.13.2.5 && < 0.15,
|
||||
primitive ^>= 0.7.1.0
|
||||
primitive >= 0.7.1.0 && < 0.10
|
||||
ghc-options: -Wall
|
||||
|
||||
library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue