Skip to content

Commit

Permalink
Remove unneeded dependency on transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhance committed Mar 30, 2012
1 parent 77edc22 commit 7c8b929
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Data/Conduit/Vector.hs
Expand Up @@ -13,7 +13,6 @@ where

import Control.Monad.Primitive
import Control.Monad.ST
import Control.Monad.Trans.Class
import Data.Conduit
import qualified Data.Conduit.List as L
import qualified Data.Vector.Generic as V
Expand Down
1 change: 0 additions & 1 deletion vector-conduit.cabal
Expand Up @@ -17,7 +17,6 @@ library
base >= 4.0 && < 5.0,
conduit >= 0.3 && < 0.4,
primitive >= 0.4 && < 0.5,
transformers >= 0.2 && < 0.3,
vector >= 0.9 && < 0.10

test-suite vector-conduit-tests
Expand Down

0 comments on commit 7c8b929

Please sign in to comment.