Skip to content

Commit

Permalink
update ghc & purs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning committed Dec 20, 2023
1 parent cc9ab7a commit f666e91
Show file tree
Hide file tree
Showing 13 changed files with 1,052 additions and 563 deletions.
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,3 +1,6 @@
__v0.0.19__
update ghc & purescript dependencies to latest

__v0.0.18__
update ghc & purescript dependencies to latest

Expand Down
12 changes: 6 additions & 6 deletions espial.cabal
@@ -1,11 +1,11 @@
cabal-version: 1.12

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

name: espial
version: 0.0.18
version: 0.0.19
synopsis: Espial is an open-source, web-based bookmarking server.
description: .
Espial is an open-source, web-based bookmarking server.
Expand Down Expand Up @@ -171,9 +171,9 @@ library
, classy-prelude-conduit >=1.4 && <1.6
, classy-prelude-yesod >=1.4 && <1.6
, conduit >=1.0 && <2.0
, connection
, containers
, cryptohash-sha256
, crypton-connection
, data-default
, directory >=1.1 && <1.4
, entropy
Expand Down Expand Up @@ -286,9 +286,9 @@ executable espial
, classy-prelude-conduit >=1.4 && <1.6
, classy-prelude-yesod >=1.4 && <1.6
, conduit >=1.0 && <2.0
, connection
, containers
, cryptohash-sha256
, crypton-connection
, data-default
, directory >=1.1 && <1.4
, entropy
Expand Down Expand Up @@ -398,9 +398,9 @@ executable migration
, classy-prelude-conduit >=1.4 && <1.6
, classy-prelude-yesod >=1.4 && <1.6
, conduit >=1.0 && <2.0
, connection
, containers
, cryptohash-sha256
, crypton-connection
, data-default
, directory >=1.1 && <1.4
, entropy
Expand Down Expand Up @@ -516,9 +516,9 @@ test-suite test
, classy-prelude-conduit >=1.4 && <1.6
, classy-prelude-yesod >=1.4 && <1.6
, conduit >=1.0 && <2.0
, connection
, containers
, cryptohash-sha256
, crypton-connection
, data-default
, directory >=1.1 && <1.4
, entropy
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
@@ -1,6 +1,6 @@
name: espial
synopsis: Espial is an open-source, web-based bookmarking server.
version: "0.0.18"
version: "0.0.19"
description: ! '
Espial is an open-source, web-based bookmarking server.
Expand Down Expand Up @@ -140,7 +140,7 @@ dependencies:
- transformers >= 0.2.2
- parser-combinators
- html-entities
- connection
- crypton-connection
- base64
- cryptohash-sha256

Expand Down

0 comments on commit f666e91

Please sign in to comment.