Skip to content

Commit

Permalink
update to lts-21.1 (GHC 9.4.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning committed Jul 4, 2023
1 parent 6654213 commit 70375db
Show file tree
Hide file tree
Showing 17 changed files with 757 additions and 781 deletions.
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,3 +1,6 @@
__v0.0.17__
update to GHC 9.4.5

__v0.0.16__
Add SIGTERM handler on linux
Adjust docker CMD entrypoint
Expand Down
26 changes: 13 additions & 13 deletions espial.cabal
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: espial
version: 0.0.16
version: 0.0.17
synopsis: Espial is an open-source, web-based bookmarking server.
description: .
Espial is an open-source, web-based bookmarking server.
Expand Down Expand Up @@ -194,14 +194,14 @@ library
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.14
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare ==2.0.*
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <2.0
, text >=0.11 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down Expand Up @@ -310,14 +310,14 @@ executable espial
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.14
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare ==2.0.*
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <2.0
, text >=0.11 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down Expand Up @@ -424,14 +424,14 @@ executable migration
, optparse-applicative
, optparse-generic >=1.2.3
, parser-combinators
, persistent >=2.8 && <2.14
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare ==2.0.*
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <2.0
, text >=0.11 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down Expand Up @@ -541,14 +541,14 @@ test-suite test
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.14
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, pretty-show
, safe
, shakespeare ==2.0.*
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <2.0
, text >=0.11 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down
8 changes: 4 additions & 4 deletions package.yaml
@@ -1,6 +1,6 @@
name: espial
synopsis: Espial is an open-source, web-based bookmarking server.
version: "0.0.16"
version: "0.0.17"
description: ! '
Espial is an open-source, web-based bookmarking server.
Expand Down Expand Up @@ -95,12 +95,12 @@ dependencies:
- classy-prelude-conduit >=1.4 && <1.6
- classy-prelude-yesod >=1.4 && <1.6
- bytestring >=0.9 && <0.14
- text >=0.11 && <2.0
- persistent >=2.8 && <2.14
- text >=0.11 && <3.0
- persistent >=2.8 && <2.15
- blaze-html >= 0.9 && < 1.0
- persistent-template >=2.5 && <2.13
- template-haskell
- shakespeare >=2.0 && <2.1
- shakespeare >=2.0 && <2.2
- hjsmin >=0.1 && <0.3
- wai-extra >=3.0 && <3.2
- yaml >=0.8 && <0.12
Expand Down

0 comments on commit 70375db

Please sign in to comment.