mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-03 21:05:10 +03:00
Release polysemy-1.2.0.1
This commit is contained in:
parent
4ca15a22e5
commit
825dfd6859
@ -1,5 +1,8 @@
|
|||||||
# Changelog for polysemy
|
# Changelog for polysemy
|
||||||
|
|
||||||
|
## 1.2.0.1 (2019-09-15)
|
||||||
|
|
||||||
|
- Bumped bounds for first-class-families
|
||||||
|
|
||||||
## 1.2.0.0 (2019-09-04)
|
## 1.2.0.0 (2019-09-04)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: polysemy
|
name: polysemy
|
||||||
version: 1.2.0.0
|
version: 1.2.0.1
|
||||||
github: "isovector/polysemy"
|
github: "isovector/polysemy"
|
||||||
license: BSD3
|
license: BSD3
|
||||||
author: "Sandy Maguire"
|
author: "Sandy Maguire"
|
||||||
@ -24,7 +24,7 @@ dependencies:
|
|||||||
- template-haskell >= 2.12.0.0 && < 3
|
- template-haskell >= 2.12.0.0 && < 3
|
||||||
- th-abstraction >= 0.3.1.0 && < 0.4
|
- th-abstraction >= 0.3.1.0 && < 0.4
|
||||||
- transformers >= 0.5.2.0 && < 0.6
|
- transformers >= 0.5.2.0 && < 0.6
|
||||||
- first-class-families >= 0.5.0.0 && < 0.6
|
- first-class-families >= 0.5.0.0 && < 0.7
|
||||||
- unagi-chan >= 0.4.0.0 && < 0.5
|
- unagi-chan >= 0.4.0.0 && < 0.5
|
||||||
- async >= 2.2 && < 3
|
- async >= 2.2 && < 3
|
||||||
- type-errors >= 0.2.0.0
|
- type-errors >= 0.2.0.0
|
||||||
|
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: a8b3a81d8983405247d7e8cb0010669caf9e8f62f85762990fadbeccdafc6094
|
-- hash: b290b21e674a8ea7875cc7c8077ea48f2799a73eb7b7a96381b3d27502a16556
|
||||||
|
|
||||||
name: polysemy
|
name: polysemy
|
||||||
version: 1.2.0.0
|
version: 1.2.0.1
|
||||||
synopsis: Higher-order, low-boilerplate, zero-cost free monads.
|
synopsis: Higher-order, low-boilerplate, zero-cost free monads.
|
||||||
description: Please see the README on GitHub at <https://github.com/isovector/polysemy#readme>
|
description: Please see the README on GitHub at <https://github.com/isovector/polysemy#readme>
|
||||||
category: Language
|
category: Language
|
||||||
@ -82,7 +82,7 @@ library
|
|||||||
async >=2.2 && <3
|
async >=2.2 && <3
|
||||||
, base >=4.9 && <5
|
, base >=4.9 && <5
|
||||||
, containers >=0.5 && <0.7
|
, containers >=0.5 && <0.7
|
||||||
, first-class-families >=0.5.0.0 && <0.6
|
, first-class-families >=0.5.0.0 && <0.7
|
||||||
, mtl >=2.2.2 && <3
|
, mtl >=2.2.2 && <3
|
||||||
, stm >=2 && <3
|
, stm >=2 && <3
|
||||||
, syb >=0.7 && <0.8
|
, syb >=0.7 && <0.8
|
||||||
@ -143,7 +143,7 @@ test-suite polysemy-test
|
|||||||
, base >=4.9 && <5
|
, base >=4.9 && <5
|
||||||
, containers >=0.5 && <0.7
|
, containers >=0.5 && <0.7
|
||||||
, doctest >=0.16.0.1 && <0.17
|
, doctest >=0.16.0.1 && <0.17
|
||||||
, first-class-families >=0.5.0.0 && <0.6
|
, first-class-families >=0.5.0.0 && <0.7
|
||||||
, hspec >=2.6.0 && <3
|
, hspec >=2.6.0 && <3
|
||||||
, inspection-testing >=0.4.2 && <0.5
|
, inspection-testing >=0.4.2 && <0.5
|
||||||
, mtl >=2.2.2 && <3
|
, mtl >=2.2.2 && <3
|
||||||
@ -177,7 +177,7 @@ benchmark polysemy-bench
|
|||||||
, base >=4.9 && <5
|
, base >=4.9 && <5
|
||||||
, containers >=0.5 && <0.7
|
, containers >=0.5 && <0.7
|
||||||
, criterion
|
, criterion
|
||||||
, first-class-families >=0.5.0.0 && <0.6
|
, first-class-families >=0.5.0.0 && <0.7
|
||||||
, free
|
, free
|
||||||
, freer-simple
|
, freer-simple
|
||||||
, mtl
|
, mtl
|
||||||
|
Loading…
Reference in New Issue
Block a user