Skip to content

Commit

Permalink
update version bounds for cabal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning committed Jan 19, 2024
1 parent 0e52928 commit 1359a80
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
__v0.0.20__
update version bounds for cabal deps

__v0.0.19__
update ghc & purescript dependencies to latest

Expand Down
66 changes: 33 additions & 33 deletions espial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: espial
version: 0.0.19
version: 0.0.20
synopsis: Espial is an open-source, web-based bookmarking server.
description: .
Espial is an open-source, web-based bookmarking server.
Expand Down Expand Up @@ -161,11 +161,11 @@ library
build-depends:
aeson >=1.4
, attoparsec
, base >=4.8.2.0 && <4.9 || >=4.9.1.0 && <5
, base64
, base >=4.18.1.0 && <5
, base64 <1
, bcrypt >=0.0.8
, blaze-html >=0.9 && <1.0
, bytestring >=0.9 && <0.14
, bytestring >=0.11.5 && <0.12
, case-insensitive
, classy-prelude >=1.4 && <1.6
, classy-prelude-conduit >=1.4 && <1.6
Expand All @@ -177,7 +177,7 @@ library
, data-default
, directory >=1.1 && <1.4
, entropy
, esqueleto
, esqueleto >=3.5.11.1 && <3.5.12
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand All @@ -194,14 +194,14 @@ library
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, persistent ==2.14.*
, persistent-sqlite >=2.13.3 && <2.14
, persistent-template ==2.12.*
, pretty-show
, safe
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <3.0
, text >=2 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down Expand Up @@ -276,11 +276,11 @@ executable espial
build-depends:
aeson >=1.4
, attoparsec
, base >=4.8.2.0 && <4.9 || >=4.9.1.0 && <5
, base64
, base >=4.18.1.0 && <5
, base64 <1
, bcrypt >=0.0.8
, blaze-html >=0.9 && <1.0
, bytestring >=0.9 && <0.14
, bytestring >=0.11.5 && <0.12
, case-insensitive
, classy-prelude >=1.4 && <1.6
, classy-prelude-conduit >=1.4 && <1.6
Expand All @@ -293,7 +293,7 @@ executable espial
, directory >=1.1 && <1.4
, entropy
, espial
, esqueleto
, esqueleto >=3.5.11.1 && <3.5.12
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand All @@ -310,14 +310,14 @@ executable espial
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, persistent ==2.14.*
, persistent-sqlite >=2.13.3 && <2.14
, persistent-template ==2.12.*
, pretty-show
, safe
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <3.0
, text >=2 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down Expand Up @@ -388,11 +388,11 @@ executable migration
build-depends:
aeson >=1.4
, attoparsec
, base >=4.8.2.0 && <4.9 || >=4.9.1.0 && <5
, base64
, base >=4.18.1.0 && <5
, base64 <1
, bcrypt >=0.0.8
, blaze-html >=0.9 && <1.0
, bytestring >=0.9 && <0.14
, bytestring >=0.11.5 && <0.12
, case-insensitive
, classy-prelude >=1.4 && <1.6
, classy-prelude-conduit >=1.4 && <1.6
Expand All @@ -405,7 +405,7 @@ executable migration
, directory >=1.1 && <1.4
, entropy
, espial
, esqueleto
, esqueleto >=3.5.11.1 && <3.5.12
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand All @@ -424,14 +424,14 @@ executable migration
, optparse-applicative
, optparse-generic >=1.2.3
, parser-combinators
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, persistent ==2.14.*
, persistent-sqlite >=2.13.3 && <2.14
, persistent-template ==2.12.*
, pretty-show
, safe
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <3.0
, text >=2 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down Expand Up @@ -506,11 +506,11 @@ test-suite test
build-depends:
aeson >=1.4
, attoparsec
, base >=4.8.2.0 && <4.9 || >=4.9.1.0 && <5
, base64
, base >=4.18.1.0 && <5
, base64 <1
, bcrypt >=0.0.8
, blaze-html >=0.9 && <1.0
, bytestring >=0.9 && <0.14
, bytestring >=0.11.5 && <0.12
, case-insensitive
, classy-prelude >=1.4 && <1.6
, classy-prelude-conduit >=1.4 && <1.6
Expand All @@ -523,7 +523,7 @@ test-suite test
, directory >=1.1 && <1.4
, entropy
, espial
, esqueleto
, esqueleto >=3.5.11.1 && <3.5.12
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand All @@ -541,14 +541,14 @@ test-suite test
, monad-logger ==0.3.*
, mtl
, parser-combinators
, persistent >=2.8 && <2.15
, persistent-sqlite >=2.6.2
, persistent-template >=2.5 && <2.13
, persistent ==2.14.*
, persistent-sqlite >=2.13.3 && <2.14
, persistent-template ==2.12.*
, pretty-show
, safe
, shakespeare >=2.0 && <2.2
, template-haskell
, text >=0.11 && <3.0
, text >=2 && <3.0
, time
, transformers >=0.2.2
, unordered-containers
Expand Down
21 changes: 9 additions & 12 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: espial
synopsis: Espial is an open-source, web-based bookmarking server.
version: "0.0.19"
version: "0.0.20"
description: ! '
Espial is an open-source, web-based bookmarking server.
Expand Down Expand Up @@ -81,10 +81,7 @@ default-extensions:

dependencies:

# Due to a bug in GHC 8.0.1, we block its usage
# See: https://ghc.haskell.org/trac/ghc/ticket/12130
- base >=4.8.2.0 && <4.9 || >=4.9.1.0 && <5

- base >=4.18.1.0 && <5
- yesod >=1.6 && <1.8
- yesod-core >=1.6 && <1.8
- yesod-auth >=1.6 && <1.8
Expand All @@ -94,11 +91,11 @@ dependencies:
- classy-prelude >=1.4 && <1.6
- classy-prelude-conduit >=1.4 && <1.6
- classy-prelude-yesod >=1.4 && <1.6
- bytestring >=0.9 && <0.14
- text >=0.11 && <3.0
- persistent >=2.8 && <2.15
- bytestring >=0.11.5 && <0.12
- text >=2 && <3.0
- persistent >=2.14 && <2.15
- blaze-html >= 0.9 && < 1.0
- persistent-template >=2.5 && <2.13
- persistent-template >=2.12 && <2.13
- template-haskell
- shakespeare >=2.0 && <2.2
- hjsmin >=0.1 && <0.3
Expand Down Expand Up @@ -127,21 +124,21 @@ dependencies:
- attoparsec
- bcrypt >= 0.0.8
- entropy
- esqueleto
- esqueleto >= 3.5.11.1 && < 3.5.12
- hscolour
- http-api-data >= 0.3.4
- http-client
- http-types
- iso8601-time >=0.1.3
- microlens
- mtl
- persistent-sqlite >=2.6.2
- persistent-sqlite >=2.13.3 && < 2.14
- pretty-show
- transformers >= 0.2.2
- parser-combinators
- html-entities
- crypton-connection
- base64
- base64 < 1
- cryptohash-sha256

when:
Expand Down

0 comments on commit 1359a80

Please sign in to comment.