Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language-ecmascript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Library
Hs-Source-Dirs:
src
Build-Depends:
base >= 4 && < 4.19,
base >= 4 && < 4.20,
mtl >= 1 && < 3,
parsec > 3 && < 3.2.0,
ansi-wl-pprint >= 0.6 && < 1,
ansi-wl-pprint >= 0.6 && < 2,
containers == 0.*,
uniplate >= 1.6 && <1.7,
data-default-class >= 0.0.1 && < 0.2,
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
# resolver: lts-8.22
#resolver: lts-11.4
resolver: nightly-2020-01-21
resolver: lts-23.19

# Local packages, usually specified by relative directory name
packages:
Expand Down