Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
polysemy-extra
Commits
105b2102
Commit
105b2102
authored
2 years ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
Bump to v0.2.1.0
parent
72c4db97
master
v0.2.1.0
No related merge requests found
Pipeline
#1375
failed with stages
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog.md
ChangeLog.md
+4
-0
package.yaml
package.yaml
+1
-1
polysemy-extra.cabal
polysemy-extra.cabal
+1
-1
No files found.
ChangeLog.md
View file @
105b2102
# Changelog for polysemy-extra
## v0.2.1.0
*
Add explicit import lists.
## v0.2.0.0
*
Remove
`runKVStoreAsKVStore`
and
`runKVStoreAsKVStoreSem`
and move to
`polysemy-kvstore`
.
...
...
This diff is collapsed.
Click to expand it.
package.yaml
View file @
105b2102
name
:
polysemy-extra
version
:
0.2.
0.1
version
:
0.2.
1.0
git
:
https://gitlab.homotopic.tech/haskell/polysemy-extra
license
:
MIT
author
:
"
Daniel
Firth"
...
...
This diff is collapsed.
Click to expand it.
polysemy-extra.cabal
View file @
105b2102
...
...
@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: polysemy-extra
version: 0.2.
0.1
version: 0.2.
1.0
synopsis: Extra Input and Output functions for polysemy.
category: Polysemy
author: Daniel Firth
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help