shelly-extra 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+4/−1 lines, 2 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Setup.hs +2/−0
- shelly-extra.cabal +2/−1
+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
shelly-extra.cabal view
@@ -1,6 +1,6 @@ Name: shelly-extra -Version: 0.3.0.1+Version: 0.3.0.2 Synopsis: shelly features that require extra dependencies Description: A background job implementation for performing tasks in parallel.@@ -42,6 +42,7 @@ ghc-options: -Wall Build-depends: base, text, shelly, SafeSemaphore, HUnit+ other-modules: Shelly.Background source-repository head type: git