Skip to content

Commit

Permalink
fixed build on GHC 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mokus0 committed Apr 24, 2015
1 parent cd3a078 commit 05beef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Data/VectorSpace/WrappedNum.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ module Data.VectorSpace.WrappedNum

import Data.VectorSpace
import qualified Data.Vector.Unboxed as U
-- Template Haskell in GHC 7.4 requires these imports to bring
-- the `Vector` and `MVector` classes into scope
import qualified Data.Vector.Generic
import qualified Data.Vector.Generic.Mutable

import Data.Vector.Unboxed.Deriving

Expand Down

0 comments on commit 05beef1

Please sign in to comment.