Skip to content

Commit

Permalink
Use purescript-0.11.3 (#296)
Browse files Browse the repository at this point in the history
* Use purescript-0.11.3

* Use aeson-1.0.2.1
  • Loading branch information
paf31 authored Apr 9, 2017
1 parent 38999d0 commit 92cc730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pursuit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pursuit
version: 0.5.0
version: 0.6.0
cabal-version: >= 1.8
build-type: Simple
license: MIT
Expand Down Expand Up @@ -86,7 +86,7 @@ library
, directory >= 1.1 && < 1.3
, warp >= 3.0 && < 4
, data-default
, aeson >= 0.11 && < 0.12
, aeson
, conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.2 && < 2.5
Expand All @@ -99,7 +99,7 @@ library
, containers
, vector
, time
, purescript >= 0.11.1
, purescript >= 0.11.3
, bower-json >= 1.0.0.1
, blaze-builder
, blaze-markup
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flags:
packages:
- '.'
extra-deps:
- aeson-0.11.3.0
- aeson-1.0.2.1
- barrier-0.1.1
- directory-1.2.7.1
- http-client-0.4.31.2
Expand All @@ -14,5 +14,5 @@ extra-deps:
- optparse-applicative-0.13.2.0
- pipes-4.2.0
- pipes-http-1.0.5
- purescript-0.11.1
- purescript-0.11.3
- websockets-0.9.8.2

0 comments on commit 92cc730

Please sign in to comment.