chalk 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- chalk.cabal +2/−2
chalk.cabal view
@@ -1,5 +1,5 @@ name: chalk-version: 0.1.0.0+version: 0.1.0.1 synopsis: Terminal string styling. -- description: homepage: http://github.com/joom/chalk@@ -17,6 +17,6 @@ exposed-modules: System.Console.Chalk -- other-modules: -- other-extensions:- build-depends: base >=4.7 && <4.8+ build-depends: base >=4.7 && <4 hs-source-dirs: src default-language: Haskell2010