diff options
Diffstat (limited to 'language-ecmascript.cabal')
-rw-r--r-- | language-ecmascript.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language-ecmascript.cabal b/language-ecmascript.cabal index fc8e5d1..0eadac8 100644 --- a/language-ecmascript.cabal +++ b/language-ecmascript.cabal @@ -1,5 +1,5 @@ Name: language-ecmascript -Version: 0.19.0.1 +Version: 0.19.1.0 Cabal-Version: >= 1.12 Copyright: (c) 2007-2012 Brown University, (c) 2008-2010 Claudiu Saftoiu, (c) 2012-2015 Stevens Institute of Technology, (c) 2016 Eyal Lotem, (c) 2016-2020 Andrey Chudnov @@ -35,7 +35,7 @@ Library Hs-Source-Dirs: src Build-Depends: - base >= 4 && < 4.14, + base >= 4 && < 4.15, mtl >= 1 && < 3, parsec > 3 && < 3.2.0, ansi-wl-pprint >= 0.6 && < 1, |