Skip to content

Commit

Permalink
support for ghc-7.10.3 / lts-6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Mar 28, 2018
1 parent 536e3a9 commit 3d657c0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
28 changes: 14 additions & 14 deletions dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,20 @@ Executable dhall
Other-Modules:
Paths_dhall

-- Executable dhall-repl
-- Hs-Source-Dirs: dhall-repl
-- Main-Is: Main.hs
-- Build-Depends:
-- base >= 4 && < 5 ,
-- ansi-terminal ,
-- dhall ,
-- haskeline >= 0.7.3.0 && < 0.8 ,
-- mtl >= 2.2.1 && < 2.3 ,
-- repline >= 0.1.6.0 && < 0.2 ,
-- prettyprinter ,
-- prettyprinter-ansi-terminal ,
-- text
-- GHC-Options: -Wall -Wcompat
Executable dhall-repl
Hs-Source-Dirs: dhall-repl
Main-Is: Main.hs
Build-Depends:
base >= 4 && < 5 ,
ansi-terminal ,
dhall ,
haskeline >= 0.7.3.0 && < 0.8 ,
mtl >= 2.2.1 && < 2.3 ,
repline >= 0.1.6.0 && < 0.2 ,
prettyprinter ,
prettyprinter-ansi-terminal ,
text
GHC-Options: -Wall

Executable dhall-format
Hs-Source-Dirs: dhall-format
Expand Down
20 changes: 18 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
resolver: lts-9.6
resolver: lts-6.27
extra-deps:
- ansi-terminal-0.7.1.1
- ansi-wl-pprint-0.6.8.2
- cryptonite-0.24
- formatting-6.3.2
- megaparsec-6.4.1
- parser-combinators-0.4.0
- optparse-generic-1.3.0
- optparse-applicative-0.14.0.0
- Only-0.1
- memory-0.14.14
- basement-0.0.6
- prettyprinter-1.2.0.1
- formatting-6.3.1
- prettyprinter-ansi-terminal-1.1.1.2
- directory-1.3.1.0
- foundation-0.0.19
- process-1.6.2.0
- repline-0.1.7.0
- haskeline-0.7.4.2

0 comments on commit 3d657c0

Please sign in to comment.