Skip to content

Commit 81e71b9

Browse files
authored
Merge pull request #79 from tweag/ghc-8.8-compat
Support nightly-2020-01-05 (GHC 8.8)
2 parents a87e62d + ef51b0b commit 81e71b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

capability.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ library
5858
, constraints >= 0.1 && < 0.12
5959
, dlist >= 0.8 && < 0.9
6060
, exceptions >= 0.6 && < 0.11
61-
, generic-lens >= 1.0 && < 1.2
61+
, generic-lens >= 1.0 && < 1.3
6262
, lens >= 4.16 && < 5.0
6363
, monad-control >= 1.0 && < 1.1
6464
, monad-unlift >= 0.2 && < 0.3
6565
, mtl >= 2.0 && < 3.0
6666
, mutable-containers >= 0.3 && < 0.4
67-
, primitive >= 0.6 && < 0.7
67+
, primitive >= 0.6 && < 0.8
6868
, safe-exceptions >= 0.1 && < 0.2
6969
, streaming >= 0.2 && < 0.3
7070
, transformers >= 0.5.5 && < 0.6

0 commit comments

Comments
 (0)