Skip to content

Commit be9eccd

Browse files
committed
Switch to new base version with 'die', remove upper bound
1 parent 9637334 commit be9eccd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Main.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ main = do
8484
(either id id verA)
8585
(either id id verB)
8686
outputDiff diff disableColor silentFlag
87-
where die :: String -> IO a
88-
die str = putStrLn str >> exitFailure
8987

9088
data FlagMode = ModeDownloadDB | ModeBuildDB | ModeParseHS
9189
deriving (Eq)

hackage-diff.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: hackage-diff
5-
version: 0.1.0.0
5+
version: 0.1.0.1
66
synopsis: Compare the public API of different versions of a Hackage library
77
description: Please see <https://github.com/blitzcode/hackage-diff github.com/blitzcode/hackage-diff> for a user's manual.
88
.
@@ -82,7 +82,7 @@ executable hackage-diff
8282
main-is: Main.hs
8383
-- other-modules:
8484
-- other-extensions:
85-
build-depends: base >=4.7 && <4.8,
85+
build-depends: base >=4.8,
8686
Cabal >=1.20.0.0,
8787
haskell-src-exts >=1.15.0,
8888
ansi-terminal >=0.6.1.1,

0 commit comments

Comments
 (0)