File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ source-repository head
102102
103103library
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
319319executable 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
397397executable 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 ,
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ resolver: lts-6.13
22packages :
33- ' .'
44extra-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
You can’t perform that action at this time.
0 commit comments