File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o nounset -o errexit -o pipefail
44TAG=" $1 "
55SUFFIX=" linux-$( uname -m) "
66USER=" jaspervdj"
7- REPOSITORY=" $( basename * .cabal " .cabal" ) "
7+ REPOSITORY=" $( basename -- * .cabal " .cabal" ) "
88BINARY=" $REPOSITORY "
99
1010echo " Tag: $TAG "
Original file line number Diff line number Diff line change 11flags : {}
22packages :
33- ' .'
4+ resolver : lts-11.5
45extra-deps :
5- - ' haskell-src-exts-1.20.1'
6- resolver : nightly-2017-12-14
7- install-ghc : true
8- system-ghc : false
9- allow-newer : true
6+ - ' aeson-1.3.1.0'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Library
4848 Paths_stylish_haskell
4949
5050 Build-depends :
51- aeson >= 0.6 && < 1.3 ,
51+ aeson >= 0.6 && < 1.4 ,
5252 base >= 4.8 && < 5 ,
5353 bytestring >= 0.9 && < 0.11 ,
5454 containers >= 0.3 && < 0.6 ,
@@ -71,7 +71,7 @@ Executable stylish-haskell
7171 strict >= 0.3 && < 0.4 ,
7272 optparse-applicative >= 0.12 && < 0.15 ,
7373 -- Copied from regular dependencies...
74- aeson >= 0.6 && < 1.3 ,
74+ aeson >= 0.6 && < 1.4 ,
7575 base >= 4.8 && < 5 ,
7676 bytestring >= 0.9 && < 0.11 ,
7777 containers >= 0.3 && < 0.6 ,
You can’t perform that action at this time.
0 commit comments