Skip to content

Commit 6973e24

Browse files
committed
Bump aeson to 1.3
1 parent c2c8517 commit 6973e24

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.circleci/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o nounset -o errexit -o pipefail
44
TAG="$1"
55
SUFFIX="linux-$(uname -m)"
66
USER="jaspervdj"
7-
REPOSITORY="$(basename *.cabal ".cabal")"
7+
REPOSITORY="$(basename -- *.cabal ".cabal")"
88
BINARY="$REPOSITORY"
99

1010
echo "Tag: $TAG"

stack.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
flags: {}
22
packages:
33
- '.'
4+
resolver: lts-11.5
45
extra-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'

stylish-haskell.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)