Skip to content

Commit c26d3ad

Browse files
authored
Use purescript-0.11.4 (#301)
* Use purescript-0.11.4 * Remove orphan instance
1 parent 92cc730 commit c26d3ad

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

pursuit.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pursuit
2-
version: 0.6.0
2+
version: 0.6.1
33
cabal-version: >= 1.8
44
build-type: Simple
55
license: MIT
@@ -99,7 +99,7 @@ library
9999
, containers
100100
, vector
101101
, time
102-
, purescript >= 0.11.3
102+
, purescript >= 0.11.4
103103
, bower-json >= 1.0.0.1
104104
, blaze-builder
105105
, blaze-markup

src/Foundation.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ data SearchResultInfo
7777

7878
instance NFData SearchResultInfo
7979

80-
-- Orphan instances which belong elsewhere
81-
82-
instance NFData P.Type where
83-
rnf _ = ()
84-
8580
instance ToJSON SearchResultInfo where
8681
toJSON i = object $ case i of
8782
PackageResult ->

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3
17+
- purescript-0.11.4
1818
- websockets-0.9.8.2

0 commit comments

Comments
 (0)