Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
Remove unused imports to squash warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Sep 3, 2017
1 parent 3cc789c commit 25c8ecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CLaSH/Sized/Internal/Index.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@ where
import Control.DeepSeq (NFData (..))
import Data.Data (Data)
import Data.Default (Default (..))
import Data.Function (on)
import Data.Proxy (Proxy (..))
import Text.Read (Read (..), ReadPrec)
import Language.Haskell.TH (TypeQ, appT, conT, litT, numTyLit, sigE)
import Language.Haskell.TH.Syntax (Lift(..))
import GHC.TypeLits (CmpNat, KnownNat, Nat, type (+), type (-),
type (*), type (<=), type (^), natVal)
type (*), type (<=), natVal)
import GHC.TypeLits.Extra (CLog)
import Test.QuickCheck.Arbitrary (Arbitrary (..), CoArbitrary (..),
arbitraryBoundedIntegral,
Expand Down

0 comments on commit 25c8ecd

Please sign in to comment.