Skip to content

Commit

Permalink
#456, require extra-1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed May 26, 2016
1 parent ae38c2c commit 0801f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog for Shake

Require extra-1.4.8
#457, better error message when calling need on a directory
#456, use displayException for inner exceptions
Improve the documentation for priority/alternative
#448, fix FSATrace on Mac 10.11
#444, optimise copyFileChanged
Require extra-1.4.4
#58, change writeFile functions to MonadIO
0.15.6
Require the primitive package
Expand Down
6 changes: 3 additions & 3 deletions shake.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ library
js-jquery,
js-flot,
transformers >= 0.2,
extra >= 1.4.4,
extra >= 1.4.8,
deepseq >= 1.1

if flag(portable)
Expand Down Expand Up @@ -187,7 +187,7 @@ executable shake
js-jquery,
js-flot,
transformers >= 0.2,
extra >= 1.4.3,
extra >= 1.4.8,
deepseq >= 1.1,
primitive

Expand Down Expand Up @@ -288,7 +288,7 @@ test-suite shake-test
js-flot,
transformers >= 0.2,
deepseq >= 1.1,
extra >= 1.4.3,
extra >= 1.4.8,
QuickCheck >= 2.0

if flag(portable)
Expand Down

0 comments on commit 0801f56

Please sign in to comment.