Revert "workaround for #277"

This reverts commit 64971e08cd.
This commit is contained in:
Kazu Yamamoto 2014-07-03 22:00:51 +09:00
parent 64971e08cd
commit 8d0c86b7ec

View File

@ -25,7 +25,6 @@ install:
script: script:
- cabal configure --enable-tests - cabal configure --enable-tests
- cabal build - cabal build
- ghc-pkg unregister transformers
- cabal test - cabal test
- cabal check - cabal check
- cabal sdist - cabal sdist