Skip to content

Commit add76c7

Browse files
committed
spago update
1 parent bf7e8ed commit add76c7

5 files changed

Lines changed: 7 additions & 34 deletions

File tree

.psc-ide-port

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15880
1+
15863

packages.dhall

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -107,33 +107,6 @@ in upstream
107107

108108
let upstream =
109109
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20210118/packages.dhall sha256:a59c5c93a68d5d066f3815a89f398bcf00e130a51cb185b2da29b20e2d8ae115
110-
let overrides = {=}
111-
112-
let additions =
113-
{ payload =
114-
{ dependencies =
115-
[ "aff"
116-
, "affjax"
117-
, "console"
118-
, "debug"
119-
, "effect"
120-
, "foreign-generic"
121-
, "node-fs"
122-
, "node-fs-aff"
123-
, "node-http"
124-
, "prelude"
125-
, "psci-support"
126-
, "record"
127-
, "simple-json"
128-
, "stringutils"
129-
, "test-unit"
130-
, "typelevel-prelude"
131-
]
132-
, repo = "https://github.com/jim108dev/purescript-payload.git"
133-
, version = "v0.3.1"
134-
}
135-
}
136-
in upstream
137-
// overrides
138-
// additions
110+
111+
in upstream
139112
with payload = ../purescript-payload/spago.dhall as Location

src/Server/Comment/Persistence/Postgres.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Server.Comment.Persistence.Postgres where
1+
module Server.Comment.Persistence.Postgres (mkHandle) where
22

33
import Prelude
44

src/Server/Profile/Persistence/Postgres.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- | Reminder: All functions are supposed to do what they say otherwise it is an input error or an
2-
-- | other kind of error. Input errors are returned others are thrown.
3-
module Server.Profile.Persistence.Postgres where
2+
-- | other kind of error. Input errors are returned, others are thrown.
3+
module Server.Profile.Persistence.Postgres (mkHandle) where
44

55
import Prelude
66

src/Server/User/Persistence/Postgres.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- | All functions are supposed to do what they say otherwise it is an input error or an
22
-- | other kind of error. Input errors are returned others are thrown.
3-
module Server.User.Persistence.Postgres where
3+
module Server.User.Persistence.Postgres (mkHandle) where
44

55
import Prelude
66

0 commit comments

Comments
 (0)