File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,6 @@ main = do
84
84
(either id id verA)
85
85
(either id id verB)
86
86
outputDiff diff disableColor silentFlag
87
- where die :: String -> IO a
88
- die str = putStrLn str >> exitFailure
89
87
90
88
data FlagMode = ModeDownloadDB | ModeBuildDB | ModeParseHS
91
89
deriving (Eq )
Original file line number Diff line number Diff line change 2
2
-- documentation, see http://haskell.org/cabal/users-guide/
3
3
4
4
name : hackage-diff
5
- version : 0.1.0.0
5
+ version : 0.1.0.1
6
6
synopsis : Compare the public API of different versions of a Hackage library
7
7
description : Please see <https://github.com/blitzcode/hackage-diff github.com/blitzcode/hackage-diff> for a user's manual.
8
8
.
@@ -82,7 +82,7 @@ executable hackage-diff
82
82
main-is : Main.hs
83
83
-- other-modules:
84
84
-- other-extensions:
85
- build-depends : base >= 4.7 && < 4. 8 ,
85
+ build-depends : base >= 4.8 ,
86
86
Cabal >= 1.20.0.0 ,
87
87
haskell-src-exts >= 1.15.0 ,
88
88
ansi-terminal >= 0.6.1.1 ,
You can’t perform that action at this time.
0 commit comments