diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-24 14:26:41 -0700 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-24 14:26:41 -0700 |
commit | 6ac1a6fd23dee640a074094f6ef0949d355d746a (patch) | |
tree | 07a63877925a95c3c922d00cef81618dacfdbc4b | |
parent | 425eea6a64296e9f97da66cd435c539346bdbf41 (diff) |
remove unused import
-rw-r--r-- | Build/Version.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/Version.hs b/Build/Version.hs index 44b2b975b..e20f73f8e 100644 --- a/Build/Version.hs +++ b/Build/Version.hs @@ -4,7 +4,6 @@ module Build.Version where -import Data.Maybe import Control.Applicative import Data.List import System.Environment |