Skip to content

Commit

Permalink
Merge pull request #35 from yesodweb/release-yesod
Browse files Browse the repository at this point in the history
chore(serversession-frontend-yesod): release 1.0.1
  • Loading branch information
ncaq authored Jul 23, 2022
2 parents a4168cf + 290bb40 commit 726e7ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions serversession-frontend-yesod/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.1

bump `yesod-core` to `1.6.*`.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: serversession-frontend-yesod
version: 1.0
version: 1.0.1
license: MIT
license-file: LICENSE
author: Felipe Lessa <[email protected]>
Expand Down Expand Up @@ -33,7 +33,7 @@ library
, transformers
, unordered-containers
, wai
, yesod-core >= 1.6
, yesod-core == 1.6.*

, serversession == 1.0.*
exposed-modules:
Expand Down

0 comments on commit 726e7ac

Please sign in to comment.