chell 0.3.1 → 0.3.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~ansi-terminal
Dependency ranges changed: ansi-terminal
Files
- chell.cabal +3/−3
chell.cabal view
@@ -1,5 +1,5 @@ name: chell-version: 0.3.1+version: 0.3.2 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -55,7 +55,7 @@ source-repository this type: git location: https://john-millikin.com/code/chell/- tag: chell_0.3.1+ tag: chell_0.3.2 flag color-output description: Enable colored output in test results@@ -77,7 +77,7 @@ if flag(color-output) build-depends:- ansi-terminal >= 0.5 && < 0.6+ ansi-terminal >= 0.5 && < 0.7 exposed-modules: Test.Chell