diff options
author | Mark Wright <markwright@internode.on.net> | 2011-11-26 23:39:47 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-26 12:05:08 -0400 |
commit | 041d32412535ecaba103806f95a7d74234034416 (patch) | |
tree | 4bfec56dd401d36973faa600a44924d3512ac84a /Logs/Location.hs | |
parent | afe9e78401f7842a41bc353b27036baa2e3046c2 (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 'Logs/Location.hs')
-rw-r--r-- | Logs/Location.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Logs/Location.hs b/Logs/Location.hs index ab29ffcad..cb21a2d1c 100644 --- a/Logs/Location.hs +++ b/Logs/Location.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE BangPatterns #-} + {- git-annex location log - - git-annex keeps track of which repositories have the contents of annexed |