Skip to content

Commit

Permalink
Update from Hackage at 2020-09-04T15:47:48Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 4, 2020
1 parent 832f0e6 commit 037ebc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cue-sheet/2.0.1/cue-sheet.cabal
@@ -1,6 +1,6 @@
name: cue-sheet
version: 2.0.1
x-revision: 1
x-revision: 2
cabal-version: 1.18
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.3
license: BSD3
Expand Down Expand Up @@ -32,7 +32,7 @@ library
, bytestring >= 0.10.8 && < 0.11
, containers >= 0.5 && < 0.7
, exceptions >= 0.6 && < 0.11
, megaparsec >= 7.0 && < 9.0
, megaparsec >= 7.0 && < 10.0
, mtl >= 2.0 && < 3.0
, text >= 0.2 && < 1.3
if !impl(ghc >= 8.0)
Expand Down Expand Up @@ -67,7 +67,7 @@ test-suite tests
, exceptions >= 0.6 && < 0.11
, hspec >= 2.0 && < 3.0
, hspec-megaparsec >= 2.0 && < 3.0
, megaparsec >= 7.0 && < 9.0
, megaparsec >= 7.0 && < 10.0
, text >= 0.2 && < 1.3
build-tools: hspec-discover >= 2.0 && < 3.0
if !impl(ghc >= 8.0)
Expand Down

0 comments on commit 037ebc8

Please sign in to comment.