File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : pursuit
2
- version : 0.6.0
2
+ version : 0.6.1
3
3
cabal-version : >= 1.8
4
4
build-type : Simple
5
5
license : MIT
@@ -99,7 +99,7 @@ library
99
99
, containers
100
100
, vector
101
101
, time
102
- , purescript >= 0.11.3
102
+ , purescript >= 0.11.4
103
103
, bower-json >= 1.0.0.1
104
104
, blaze-builder
105
105
, blaze-markup
Original file line number Diff line number Diff line change @@ -77,11 +77,6 @@ data SearchResultInfo
77
77
78
78
instance NFData SearchResultInfo
79
79
80
- -- Orphan instances which belong elsewhere
81
-
82
- instance NFData P. Type where
83
- rnf _ = ()
84
-
85
80
instance ToJSON SearchResultInfo where
86
81
toJSON i = object $ case i of
87
82
PackageResult ->
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ extra-deps:
14
14
- optparse-applicative-0.13.2.0
15
15
- pipes-4.2.0
16
16
- pipes-http-1.0.5
17
- - purescript-0.11.3
17
+ - purescript-0.11.4
18
18
- websockets-0.9.8.2
You can’t perform that action at this time.
0 commit comments