-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
74 additions
and
129 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: polysemy-zoo | ||
version: 0.8.1.0 | ||
github: "isovector/polysemy-zoo" | ||
version: 0.8.2.0 | ||
github: "polysemy-research/polysemy-zoo" | ||
license: BSD3 | ||
author: "Sandy Maguire" | ||
maintainer: "[email protected]" | ||
maintainer: "https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy" | ||
copyright: "2019 Sandy Maguire" | ||
|
||
extra-source-files: | ||
|
@@ -29,9 +29,9 @@ dependencies: | |
- polysemy >= 1.4.0.0 | ||
- random >= 1.1 && < 1.3 | ||
- reflection >= 2.1.4 && < 3.0.0 | ||
- transformers >= 0.5.2.0 && < 0.6 | ||
- text >= 1.1.0 && < 1.3 | ||
- ghc-prim >= 0.5.2 && < 0.9 | ||
- transformers >= 0.5.2.0 && < 0.7 | ||
- text >= 1.1.0 && < 2.1 | ||
- ghc-prim >= 0.5.2 && < 0.10 | ||
- async >= 2.2 && < 3 | ||
- streaming >= 0.2 && < 0.3 | ||
- ghc-compact >=0.1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
cabal-version: 1.12 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.34.7. | ||
-- This file has been generated from package.yaml by hpack version 0.35.2. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
|
||
name: polysemy-zoo | ||
version: 0.8.1.0 | ||
version: 0.8.2.0 | ||
synopsis: Experimental, user-contributed effects and interpreters for polysemy | ||
description: Please see the README on GitHub at <https://github.com/isovector/polysemy-zoo#readme> | ||
category: Polysemy | ||
homepage: https://github.com/isovector/polysemy-zoo#readme | ||
bug-reports: https://github.com/isovector/polysemy-zoo/issues | ||
homepage: https://github.com/polysemy-research/polysemy-zoo#readme | ||
bug-reports: https://github.com/polysemy-research/polysemy-zoo/issues | ||
author: Sandy Maguire | ||
maintainer: [email protected] | ||
maintainer: https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy | ||
copyright: 2019 Sandy Maguire | ||
license: BSD3 | ||
license-file: LICENSE | ||
|
@@ -23,7 +23,7 @@ extra-source-files: | |
|
||
source-repository head | ||
type: git | ||
location: https://github.com/isovector/polysemy-zoo | ||
location: https://github.com/polysemy-research/polysemy-zoo | ||
|
||
library | ||
exposed-modules: | ||
|
@@ -83,14 +83,14 @@ library | |
, contravariant <2 | ||
, exceptions >=0.10.0 && <0.11 | ||
, ghc-compact >=0.1.0.0 | ||
, ghc-prim >=0.5.2 && <0.9 | ||
, ghc-prim >=0.5.2 && <0.10 | ||
, mtl >=2.0.1.0 && <3.0.0.0 | ||
, polysemy >=1.4.0.0 | ||
, random >=1.1 && <1.3 | ||
, reflection >=2.1.4 && <3.0.0 | ||
, streaming ==0.2.* | ||
, text >=1.1.0 && <1.3 | ||
, transformers >=0.5.2.0 && <0.6 | ||
, text >=1.1.0 && <2.1 | ||
, transformers >=0.5.2.0 && <0.7 | ||
default-language: Haskell2010 | ||
|
||
test-suite polysemy-zoo-test | ||
|
@@ -134,7 +134,7 @@ test-suite polysemy-zoo-test | |
, contravariant <2 | ||
, exceptions >=0.10.0 && <0.11 | ||
, ghc-compact >=0.1.0.0 | ||
, ghc-prim >=0.5.2 && <0.9 | ||
, ghc-prim >=0.5.2 && <0.10 | ||
, hspec >=2.6.0 && <3 | ||
, mtl >=2.0.1.0 && <3.0.0.0 | ||
, polysemy >=1.2.0.0 | ||
|
@@ -143,6 +143,6 @@ test-suite polysemy-zoo-test | |
, random >=1.1 && <1.3 | ||
, reflection >=2.1.4 && <3.0.0 | ||
, streaming ==0.2.* | ||
, text >=1.1.0 && <1.3 | ||
, transformers >=0.5.2.0 && <0.6 | ||
, text >=1.1.0 && <2.1 | ||
, transformers >=0.5.2.0 && <0.7 | ||
default-language: Haskell2010 |