Skip to content

Commit

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

* Remove orphan instance
  • Loading branch information
paf31 authored Apr 20, 2017
1 parent 92cc730 commit c26d3ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pursuit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pursuit
version: 0.6.0
version: 0.6.1
cabal-version: >= 1.8
build-type: Simple
license: MIT
Expand Down Expand Up @@ -99,7 +99,7 @@ library
, containers
, vector
, time
, purescript >= 0.11.3
, purescript >= 0.11.4
, bower-json >= 1.0.0.1
, blaze-builder
, blaze-markup
Expand Down
5 changes: 0 additions & 5 deletions src/Foundation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ data SearchResultInfo

instance NFData SearchResultInfo

-- Orphan instances which belong elsewhere

instance NFData P.Type where
rnf _ = ()

instance ToJSON SearchResultInfo where
toJSON i = object $ case i of
PackageResult ->
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ extra-deps:
- optparse-applicative-0.13.2.0
- pipes-4.2.0
- pipes-http-1.0.5
- purescript-0.11.3
- purescript-0.11.4
- websockets-0.9.8.2

0 comments on commit c26d3ad

Please sign in to comment.