Skip to content

Commit 30b5079

Browse files
committed
restrict the dependency on language-ecmascript
1 parent 458e5b1 commit 30b5079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fay.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ library
382382
, filepath
383383
, ghc-paths
384384
, haskell-src-exts >= 1.14
385-
, language-ecmascript >= 0.15
385+
, language-ecmascript >= 0.15 && < 1.0
386386
, mtl
387387
, optparse-applicative >= 0.5
388388
, pretty-show >= 1.6
@@ -415,7 +415,7 @@ executable fay
415415
, ghc-paths
416416
, haskeline
417417
, haskell-src-exts >= 1.14
418-
, language-ecmascript >= 0.15
418+
, language-ecmascript >= 0.15 && < 1.0
419419
, mtl
420420
, optparse-applicative >= 0.5
421421
, process
@@ -447,7 +447,7 @@ executable fay-tests
447447
, filepath
448448
, ghc-paths
449449
, haskell-src-exts >= 1.14
450-
, language-ecmascript >= 0.15
450+
, language-ecmascript >= 0.15 && < 1.0
451451
, mtl
452452
, pretty-show >= 1.6
453453
, process

0 commit comments

Comments
 (0)