packages feed

turtle-options 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

src/Turtle/Options/Timecode.hs view
@@ -46,7 +46,7 @@ instance Show Timecode where   show (Timecode h m s ms) = (show h) ++ ":" ++ (show m) ++ ":" ++ (show s) ++ "." ++ (show ms) -instance Show NegativeTimecode where+instance Show RelTimecode where   show (PosTimecode t) = show t   show (NegTimecode t) = "-" ++ (show t) 
turtle-options.cabal view
@@ -1,5 +1,5 @@ name:                turtle-options-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Collection of command line options and parsers for these options description:         Please see README.md homepage:            http://github.com/githubuser/turtle-options#readme