packages feed

jukebox 0.3.3 → 0.3.4

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

jukebox.cabal view
@@ -1,5 +1,5 @@ Name: jukebox-Version: 0.3.3+Version: 0.3.4 Cabal-version: >= 1.8 Build-type: Simple Author: Nick Smallbone
src/Jukebox/Options.hs view
@@ -16,8 +16,8 @@ #if __GLASGOW_HASKELL__ < 710 import Control.Applicative import Data.Monoid-import Data.Semigroup(Semigroup(..)) #endif+import Data.Semigroup(Semigroup(..))  ---------------------------------------------------------------------- -- A parser of some kind annotated with a help text of some kind