mirror of
https://github.com/tfausak/witch.git
synced 2024-11-26 09:43:03 +03:00
Add dependency version constraints
This commit is contained in:
parent
3b13db0384
commit
7212448445
@ -9,6 +9,5 @@
|
||||
## To do
|
||||
|
||||
- [ ] Upgrade Stackage snapshot.
|
||||
- [ ] Add dependency version constraints.
|
||||
- [ ] Add instances for `Word*` and `Natural`.
|
||||
- [ ] Add more instances ...
|
||||
|
@ -18,8 +18,8 @@ source-repository head
|
||||
|
||||
library
|
||||
build-depends:
|
||||
base
|
||||
, template-haskell
|
||||
base >= 4.13.0 && < 4.16
|
||||
, template-haskell >= 2.15.0 && < 2.18
|
||||
default-language: Haskell2010
|
||||
exposed-modules:
|
||||
Witch
|
||||
@ -53,7 +53,7 @@ library
|
||||
test-suite test
|
||||
build-depends:
|
||||
base
|
||||
, HUnit
|
||||
, HUnit >= 1.6.2 && < 1.7
|
||||
, witch
|
||||
default-language: Haskell2010
|
||||
hs-source-dirs: src/test
|
||||
|
Loading…
Reference in New Issue
Block a user