aboutsummaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
authorGravatar Mark Wright <markwright@internode.on.net>2011-11-26 23:39:47 +1100
committerGravatar Joey Hess <joey@kitenet.net>2011-11-26 12:05:08 -0400
commit041d32412535ecaba103806f95a7d74234034416 (patch)
tree4bfec56dd401d36973faa600a44924d3512ac84a /Locations.hs
parentafe9e78401f7842a41bc353b27036baa2e3046c2 (diff)
Remove haskell98 to build with ghc 7.2.2, also built with ghc 7.0.4
Signed-off-by: Joey Hess <joey@kitenet.net>
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Locations.hs b/Locations.hs
index 83897f488..3cb632aae 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -26,8 +26,8 @@ module Locations (
prop_idempotent_fileKey
) where
-import Bits
-import Word
+import Data.Bits
+import Data.Word
import Data.Hash.MD5
import Common