Skip to content

Commit

Permalink
Build fix for GHC 7.10.1 + bump a restrictive dependency on filepath.
Browse files Browse the repository at this point in the history
  • Loading branch information
achudnov committed Apr 17, 2015
1 parent 2572d9e commit 523bca3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions language-ecmascript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Maintainer: Andrey Chudnov <oss@chudnov.com>
Homepage: http://github.com/jswebtools/language-ecmascript
Bug-reports: http://github.com/jswebtools/language-ecmascript/issues
Stability: experimental
Tested-with: GHC==7.6.3, GHC==7.4.2, GHC==7.8.2
Tested-with: GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.10.1
Extra-Source-Files: test/parse-pretty/*.js, test/diff/left/*.js, test/diff/right/*.js, test/diff/expects/*.diff, CHANGELOG
Category: Language
Build-Type: Simple
Expand All @@ -38,7 +38,7 @@ Library
base >= 4 && < 5,
mtl >= 1 && < 3,
parsec > 3 && < 3.2.0,
wl-pprint == 1.*,
wl-pprint >= 1.2 && < 2,
containers == 0.*,
uniplate >= 1.6 && <1.7,
data-default-class >= 0.0.1 && < 0.1,
Expand Down Expand Up @@ -81,10 +81,10 @@ Test-Suite test
base >= 4 && < 5,
mtl >= 1 && < 3,
parsec >= 3 && < 3.2.0,
wl-pprint == 1.*,
wl-pprint >= 1.2 && < 2,
containers == 0.*,
directory >= 1.2 && < 1.3,
filepath >= 1.3 && < 1.4,
filepath >= 1.3 && < 1.5,
HUnit >= 1.2 && < 1.3,
QuickCheck >= 2.5 && < 3,
data-default-class >= 0.0.1 && < 0.1,
Expand Down

0 comments on commit 523bca3

Please sign in to comment.