Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ clean-ups that modern Haskell affords.

- Stacked has a rich sublibrary on continuation indexed monads and their
relation with delimited control. This part of the library was developed to
serve the needs of the Pup library.
serve the needs of the [Pup library][pup].

[mcbride-ixmonad]: https://stackoverflow.com/questions/28690448/what-is-indexed-monad#28696299
[qualified-do]: https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/qualified_do.html#extension-QualifiedDo
[pup]: https://hackage.haskell.org/package/pup
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spec-version: 0.36.0

name: stacked
version: 0.1.0
version: 0.1.1
author: ["Arnaud Spiwack"]
synopsis: "A modern indexed monad stack"
description: "Please see README.md."
Expand Down
2 changes: 1 addition & 1 deletion stacked.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: stacked
version: 0.1.0
version: 0.1.1
synopsis: A modern indexed monad stack
description: Please see README.md.
homepage: https://github.com/tweag/stacked#readme
Expand Down