packages feed

webify 0.1.9.0 → 0.1.10.0

raw patch · 1 files changed

+5/−4 lines, 1 filesdep ~optparse-applicative

Dependency ranges changed: optparse-applicative

Files

webify.cabal view
@@ -1,5 +1,5 @@ name:                webify-version:             0.1.9.0+version:             0.1.10.0 synopsis:            webfont generator description:         A command line tool to convert ttf file to woff, eot & svg files@@ -12,13 +12,14 @@ copyright:           (c) 2013 Anantha Kumaran category:            Web build-type:          Simple-tested-with:         GHC == 7.10.2, GHC == 8.0.2, GHC == 8.2.2-cabal-version:       >=1.8+tested-with:         GHC == 8.0.2, GHC == 8.2.2+cabal-version:       >=1.10  Flag debug      Default: False  executable webify+  default-language:    Haskell2010   hs-source-dirs:   src   main-is:             Webify.hs   other-modules:       EOT, Font, OTF, SVG, TTF, Utils, WOFF@@ -36,7 +37,7 @@                        filepath >= 1.3.0,                        zlib >= 0.5.4,                        xmlgen >= 0.6.2.1,-                       optparse-applicative >= 0.10.0 && <0.15,+                       optparse-applicative >= 0.10.0,                        vector >= 0.10.0,                        hopfli >= 0.1.0.0 && < 0.3