Skip to content

Commit 536273c

Browse files
authored
Merge pull request #23 from haskell-works/support-older-ghcs
Support older GHCs
2 parents 4d1d0f8 + b243662 commit 536273c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tested-with: GHC == 8.4.2, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3
1818
dependencies:
1919
- base >= 4.8 && < 5
2020
- bytestring >= 0.9 && < 0.11
21-
- ghc-prim >= 0.5.1.1 && < 0.6
21+
- ghc-prim >= 0.4 && < 0.6
2222
- hw-bits >= 0.7.0.3 && < 0.8
2323
- hw-prim >= 0.6.2.17 && < 0.7
2424
- mmap >= 0.5 && < 0.6
@@ -42,7 +42,7 @@ tests:
4242
- -rtsopts
4343
- -with-rtsopts=-N
4444
dependencies:
45-
- QuickCheck >= 2.10 && < 2.12
45+
- QuickCheck >= 2.10 && < 2.13
4646
- directory >= 1.2 && < 1.4
4747
- exceptions >= 0.8 && < 0.11
4848
- hedgehog >= 0.5 && < 0.7

0 commit comments

Comments
 (0)