Skip to content

Commit

Permalink
allow hint >= 0.5.2, fixes #157
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed May 26, 2016
1 parent d22ae91 commit db925f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haskell-awk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Executable hawk
, filepath
, haskell-awk
, haskell-src-exts >=1.16.0
, hint >=0.3.3.5 && < 0.5.0
, hint (>=0.3.3.5 && < 0.5.0) || >=0.5.2
, mtl >=2.1.2
, network >=2.3.1.0
, process
Expand Down Expand Up @@ -95,7 +95,7 @@ Test-suite reference
, filepath
, haskell-awk
, haskell-src-exts >=1.14.0
, hint >=0.3.3.5 && < 0.5.0
, hint (>=0.3.3.5 && < 0.5.0) || >=0.5.2
, hspec >=0.2.0
, HUnit >=1.1
, mtl >=2.1.2
Expand Down

0 comments on commit db925f8

Please sign in to comment.