shakespeare-css 1.0.2 → 1.0.2.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~processdep ~text
Dependency ranges changed: process, text
Files
- shakespeare-css.cabal +3/−3
shakespeare-css.cabal view
@@ -1,5 +1,5 @@ name: shakespeare-css-version: 1.0.2+version: 1.0.2.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -32,8 +32,8 @@ build-depends: base >= 4 && < 5 , shakespeare >= 1.0 && < 1.1 , template-haskell- , text >= 0.11.1.1 && < 0.12- , process >= 1.0 && < 1.2+ , text >= 0.11.1.1+ , process >= 1.0 , parsec >= 2 && < 4 , transformers