diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-11-25 23:57:42 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-11-25 23:57:42 +0100 |
commit | 19e0b2aa268d4230005ae4557d51a06e48d3a582 (patch) | |
tree | 8b6789cbb4867a26d511eaa7fc266af53c400d79 /tests/Spec.hs | |
parent | 2a429d58f50e7436c9f9ee94cfc399f82355f839 (diff) |
Fix warning in spec
Diffstat (limited to 'tests/Spec.hs')
-rw-r--r-- | tests/Spec.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs index 3a67b01..6624016 100644 --- a/tests/Spec.hs +++ b/tests/Spec.hs @@ -8,6 +8,7 @@ import Data.Version import Data.Functor import Control.Exception as E import Control.Arrow +import Prelude import CabalHelper.Common import CabalHelper.Compile |