Skip to content

Commit

Permalink
Merge pull request #73 from zliu41/master
Browse files Browse the repository at this point in the history
Require ghc-exactprint 0.6.3.1
  • Loading branch information
zliu41 authored Jun 14, 2020
2 parents 374bf4b + db3e2eb commit b3f9f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apply-refact.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
GHC-Options: -Wall
build-depends: base >=4.12 && < 5
, refact >= 0.2
, ghc-exactprint >= 0.6.3
, ghc-exactprint >= 0.6.3.1
, ghc >= 8.6
, containers >= 0.6.0.1
, extra >= 1.7.3
Expand All @@ -59,7 +59,7 @@ executable refactor
ghc-options: -Wall -fno-warn-unused-do-bind
build-depends: base >= 4.12 && < 5
, refact >= 0.2
, ghc-exactprint >= 0.6.3
, ghc-exactprint >= 0.6.3.1
, ghc >= 8.6
, ghc-boot-th >= 8.6
, containers >= 0.6.0.1
Expand Down Expand Up @@ -93,7 +93,7 @@ Test-Suite test
, tasty-expected-failure
, base < 5
, refact >= 0.2
, ghc-exactprint >= 0.6.3
, ghc-exactprint >= 0.6.3.1
, ghc >= 8.6
, ghc-boot-th >= 8.6
, containers >= 0.6.0.1
Expand Down

0 comments on commit b3f9f8c

Please sign in to comment.