shelly-extra 0.3 → 0.3.0.1
raw patch · 2 files changed
+2/−3 lines, 2 filesdep +hspecdep ~mtlsetup-changed
Dependencies added: hspec
Dependency ranges changed: mtl
Files
- Setup.hs +0/−2
- shelly-extra.cabal +2/−1
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
shelly-extra.cabal view
@@ -1,6 +1,6 @@ Name: shelly-extra -Version: 0.3+Version: 0.3.0.1 Synopsis: shelly features that require extra dependencies Description: A background job implementation for performing tasks in parallel.@@ -38,6 +38,7 @@ type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: ., test+ build-depends: hspec, async, mtl ghc-options: -Wall Build-depends: base, text, shelly, SafeSemaphore, HUnit