Skip to content

Commit a0fe26f

Browse files
committed
Kill new warning in GHC 7.8.2
1 parent e4380e9 commit a0fe26f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

buildbox/BuildBox.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ module BuildBox
2020
, outLn)
2121
where
2222
import BuildBox.Build
23-
import Prelude

buildbox/buildbox.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: buildbox
2-
Version: 2.1.4.1
2+
Version: 2.1.4.2
33
License: BSD3
44
License-file: LICENSE
55
Author: Ben Lippmeier
@@ -17,7 +17,7 @@ Synopsis:
1717
Rehackable components for writing buildbots and test harnesses.
1818

1919
Tested-with:
20-
GHC == 7.0.3
20+
GHC == 7.8.2
2121

2222
Library
2323
Build-Depends:

0 commit comments

Comments
 (0)