mega-sdist 0.1 → 0.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~conduitdep ~http-conduitdep ~shelly
Dependency ranges changed: conduit, http-conduit, shelly, zlib-conduit
Files
- mega-sdist.cabal +5/−5
mega-sdist.cabal view
@@ -1,5 +1,5 @@ Name: mega-sdist-Version: 0.1+Version: 0.2 Synopsis: Handles uploading to Hackage from mega repos Description: See README.md Homepage: https://github.com/snoyberg/mega-sdist@@ -14,10 +14,10 @@ Executable mega-sdist Main-is: mega-sdist.hs Build-depends: base >= 4 && < 5- , shelly >= 0.7 && < 0.8- , conduit >= 0.4 && < 0.5- , zlib-conduit >= 0.4 && < 0.5- , http-conduit >= 1.4 && < 1.5+ , shelly >= 0.12 && < 0.13+ , conduit >= 0.5 && < 0.6+ , zlib-conduit >= 0.5 && < 0.6+ , http-conduit >= 1.5 && < 1.6 , system-filepath >= 0.4 && < 0.5 , system-fileio >= 0.3 && < 0.4 , http-types