diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-11 05:14:58 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-11 05:14:58 +0000 |
commit | 3ad700c2873c2acb18d10fc643e1c09b65f6fb36 (patch) | |
tree | 99f12db92cbf3bc4ccbad18a417e9bef6e2f89bd /spec/src | |
parent | b7e515570bde2d43c013f3a9cf5fb793826abd6c (diff) | |
download | thermoprint-3ad700c2873c2acb18d10fc643e1c09b65f6fb36.tar thermoprint-3ad700c2873c2acb18d10fc643e1c09b65f6fb36.tar.gz thermoprint-3ad700c2873c2acb18d10fc643e1c09b65f6fb36.tar.bz2 thermoprint-3ad700c2873c2acb18d10fc643e1c09b65f6fb36.tar.xz thermoprint-3ad700c2873c2acb18d10fc643e1c09b65f6fb36.zip |
cleanup
Diffstat (limited to 'spec/src')
-rw-r--r-- | spec/src/Thermoprint/API.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/src/Thermoprint/API.hs b/spec/src/Thermoprint/API.hs index ac6acbe..afd742a 100644 --- a/spec/src/Thermoprint/API.hs +++ b/spec/src/Thermoprint/API.hs | |||
@@ -25,7 +25,6 @@ import GHC.Generics (Generic) | |||
25 | 25 | ||
26 | import Data.Proxy (Proxy(..)) | 26 | import Data.Proxy (Proxy(..)) |
27 | 27 | ||
28 | import Data.Functor.Identity (Identity(..)) | ||
29 | import Control.Exception (Exception) | 28 | import Control.Exception (Exception) |
30 | import Data.Typeable (Typeable) | 29 | import Data.Typeable (Typeable) |
31 | 30 | ||