diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 14:23:47 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 14:23:47 +0200 |
commit | 728ba7876e1894d56bbf7eab65a0fe5bf75d3ff8 (patch) | |
tree | 6831652e6b5002166e78f25c982bf28c3ac707ff /tests | |
parent | 80535597aa07f31a9bc15bd2e4bebc250906cb63 (diff) |
Fix compilation-test for GHC 7.4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CompileTest.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index 09fa2be..a2187d2 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -11,7 +11,7 @@ import Data.Version import Data.Functor import Data.Function import qualified Distribution.Compat.ReadP as Dist -import Distribution.Version hiding (Version, showVersion) +import Distribution.Version (VersionRange, withinRange) import Distribution.Text import Control.Arrow import Control.Monad |