colchis 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CHANGELOG +5/−1
- colchis.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,7 @@+0.2.0.3+=======+ - Allow text 1.2.+ 0.2.0.1 ======= - Dependency bump in network-simple that solves Windows compilation@@ -7,4 +11,4 @@ ======= - Removed some unused dependencies.- - Bumped the mininum required trasnformers version.+ - Bumped the mininum required transformers version.
colchis.cabal view
@@ -1,5 +1,5 @@ name: colchis-version: 0.2.0.2+version: 0.2.0.3 license: BSD3 license-file: LICENSE data-files: @@ -36,7 +36,7 @@ pipes-network >= 0.6.4 && < 0.7, network-simple >= 0.4.0.2 && <= 0.5, aeson >=0.7 && < 0.9,- text >= 0.11.2 && < 1.2,+ text >= 0.11.2 && < 1.2.1, conceit >= 0.2.1 && < 0.3, network >= 2.4