Skip to content

Commit 08355da

Browse files
authored
Merge pull request purescript#2355 from purescript/phil/aeson
Use aeson 0.11.* for now, for Pursuit JSON compatibility
2 parents 5a46b84 + 86e99f4 commit 08355da

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

purescript.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ source-repository head
102102

103103
library
104104
build-depends: base >=4.8 && <5,
105-
aeson >= 0.8 && < 1.1,
105+
aeson >= 0.8 && < 1.0,
106106
aeson-better-errors >= 0.8,
107107
ansi-terminal >= 0.6.2 && < 0.7,
108108
base-compat >=0.6.0,
@@ -319,7 +319,7 @@ library
319319
executable psc
320320
build-depends: base >=4 && <5,
321321
purescript -any,
322-
aeson >= 0.8 && < 1.1,
322+
aeson >= 0.8 && < 1.0,
323323
ansi-terminal >= 0.6.2 && < 0.7,
324324
base-compat >=0.6.0,
325325
bytestring -any,
@@ -397,7 +397,7 @@ executable psc-docs
397397
executable psc-publish
398398
build-depends: base >=4 && <5,
399399
purescript -any,
400-
aeson -any,
400+
aeson >= 0.8 && < 1.0,
401401
bytestring -any,
402402
optparse-applicative -any
403403
main-is: Main.hs
@@ -444,7 +444,7 @@ executable psc-ide-server
444444
other-modules: Paths_purescript
445445
other-extensions:
446446
build-depends: base >=4 && <5,
447-
aeson >= 0.8 && < 1.1,
447+
aeson >= 0.8 && < 1.0,
448448
bytestring -any,
449449
purescript -any,
450450
base-compat >=0.6.0,

stack.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ resolver: lts-6.13
22
packages:
33
- '.'
44
extra-deps:
5-
- aeson-1.0.0.0
5+
# - aeson-1.0.0.0
66
- http-client-0.5.1
77
- http-client-tls-0.3.0
88
- pipes-http-1.0.4
9-
- semigroups-0.18.2
10-
flags:
11-
semigroups:
12-
bytestring-builder: false
9+
# - semigroups-0.18.2
10+
# flags:
11+
# semigroups:
12+
# bytestring-builder: false

0 commit comments

Comments
 (0)