Skip to content

Commit 3f24578

Browse files
committed
use spago-next
1 parent 7c83fbc commit 3f24578

File tree

12 files changed

+3658
-971
lines changed

12 files changed

+3658
-971
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
__v0.0.22__
2+
use spago-next
3+
14
__v0.0.21__
25
switch to esm javascript module imports
36

espial.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
cabal-version: 1.12
1+
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.35.1.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: espial
8-
version: 0.0.21
8+
version: 0.0.22
99
synopsis: Espial is an open-source, web-based bookmarking server.
1010
description: .
1111
Espial is an open-source, web-based bookmarking server.
@@ -55,8 +55,8 @@ extra-source-files:
5555
static/js/js.cookie-2.2.0.min.js
5656
static/js/js.cookie-2.2.0.min.js.gz
5757
purs/Makefile
58-
purs/packages.dhall
59-
purs/spago.dhall
58+
purs/spago.lock
59+
purs/spago.yaml
6060
purs/src/App.purs
6161
purs/src/Globals.js
6262
purs/src/Globals.purs

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: espial
22
synopsis: Espial is an open-source, web-based bookmarking server.
3-
version: "0.0.21"
3+
version: "0.0.22"
44
description: ! '
55
66
Espial is an open-source, web-based bookmarking server.
@@ -34,8 +34,8 @@ extra-source-files:
3434
- static/images/**
3535
- static/js/**
3636
- purs/Makefile
37-
- purs/packages.dhall
38-
- purs/spago.dhall
37+
- purs/spago.lock
38+
- purs/spago.yaml
3939
- purs/src/**
4040
- purs/src/**/Component/**
4141
- purs/test/**

0 commit comments

Comments
 (0)