mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Relax constraints to allow more wired-in libraries
This commit is contained in:
parent
d436d21b9e
commit
c641d61fc6
@ -19,10 +19,10 @@ source-repository head
|
|||||||
common basics
|
common basics
|
||||||
build-depends:
|
build-depends:
|
||||||
, base >= 4.12.0 && < 4.16
|
, base >= 4.12.0 && < 4.16
|
||||||
, bytestring >= 0.10.12 && < 0.12
|
, bytestring >= 0.10.8 && < 0.12
|
||||||
, containers >= 0.6.2 && < 0.7
|
, containers >= 0.6.0 && < 0.7
|
||||||
, text >= 1.2.4 && < 1.3
|
, text >= 1.2.3 && < 1.3
|
||||||
, time >= 1.9 && < 1.12
|
, time >= 1.8 && < 1.12
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options:
|
ghc-options:
|
||||||
-Weverything
|
-Weverything
|
||||||
|
Loading…
Reference in New Issue
Block a user