Skip to content

Commit 92cc730

Browse files
authored
Use purescript-0.11.3 (#296)
* Use purescript-0.11.3 * Use aeson-1.0.2.1
1 parent 38999d0 commit 92cc730

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pursuit.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pursuit
2-
version: 0.5.0
2+
version: 0.6.0
33
cabal-version: >= 1.8
44
build-type: Simple
55
license: MIT
@@ -86,7 +86,7 @@ library
8686
, directory >= 1.1 && < 1.3
8787
, warp >= 3.0 && < 4
8888
, data-default
89-
, aeson >= 0.11 && < 0.12
89+
, aeson
9090
, conduit >= 1.0 && < 2.0
9191
, monad-logger >= 0.3 && < 0.4
9292
, fast-logger >= 2.2 && < 2.5
@@ -99,7 +99,7 @@ library
9999
, containers
100100
, vector
101101
, time
102-
, purescript >= 0.11.1
102+
, purescript >= 0.11.3
103103
, bower-json >= 1.0.0.1
104104
, blaze-builder
105105
, blaze-markup

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flags:
55
packages:
66
- '.'
77
extra-deps:
8-
- aeson-0.11.3.0
8+
- aeson-1.0.2.1
99
- barrier-0.1.1
1010
- directory-1.2.7.1
1111
- http-client-0.4.31.2
@@ -14,5 +14,5 @@ extra-deps:
1414
- optparse-applicative-0.13.2.0
1515
- pipes-4.2.0
1616
- pipes-http-1.0.5
17-
- purescript-0.11.1
17+
- purescript-0.11.3
1818
- websockets-0.9.8.2

0 commit comments

Comments
 (0)