From d628b839ef072611693b50b0ae1c57eba4ade8a6 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 26 Dec 2017 11:59:51 +0100 Subject: Bump haskell-src-exts dependency --- stack.yaml | 4 ++-- stylish-haskell.cabal | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/stack.yaml b/stack.yaml index ae1019c..0a3d7d6 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,8 +2,8 @@ flags: {} packages: - '.' extra-deps: -- 'optparse-applicative-0.14.0.0' -resolver: 'nightly-2017-06-19' +- 'haskell-src-exts-1.20.1' +resolver: nightly-2017-12-14 install-ghc: true system-ghc: false allow-newer: true diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index 7a6c609..a1716ef 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -56,7 +56,7 @@ Library containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.4, filepath >= 1.1 && < 1.5, - haskell-src-exts >= 1.18 && < 1.20, + haskell-src-exts >= 1.18 && < 1.21, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.8, yaml >= 0.7 && < 0.9 @@ -66,6 +66,9 @@ Executable stylish-haskell Hs-source-dirs: src Main-is: Main.hs + Other-modules: + Paths_stylish_haskell + Build-depends: stylish-haskell, strict >= 0.3 && < 0.4, @@ -77,7 +80,7 @@ Executable stylish-haskell containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.4, filepath >= 1.1 && < 1.5, - haskell-src-exts >= 1.18 && < 1.20, + haskell-src-exts >= 1.18 && < 1.21, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.8, yaml >= 0.7 && < 0.9 @@ -111,6 +114,7 @@ Test-suite stylish-haskell-tests Language.Haskell.Stylish.Tests.Util Language.Haskell.Stylish.Util Language.Haskell.Stylish.Verbose + Paths_stylish_haskell Build-depends: HUnit >= 1.2 && < 1.7, @@ -123,7 +127,7 @@ Test-suite stylish-haskell-tests containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.4, filepath >= 1.1 && < 1.5, - haskell-src-exts >= 1.18 && < 1.20, + haskell-src-exts >= 1.18 && < 1.21, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.8, yaml >= 0.7 && < 0.9 -- cgit v1.2.3