Skip to content
Snippets Groups Projects
Commit 55997f49 authored by Edward Kmett's avatar Edward Kmett
Browse files

Add `transformers-compat` to tests (close #42).

parent bc1a1297
No related branches found
No related tags found
No related merge requests found
name: exceptions name: exceptions
category: Control, Exceptions, Monad category: Control, Exceptions, Monad
version: 0.8.0.1 version: 0.8.0.2
cabal-version: >= 1.8 cabal-version: >= 1.8
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
...@@ -56,6 +56,7 @@ test-suite exceptions-tests ...@@ -56,6 +56,7 @@ test-suite exceptions-tests
base, base,
stm, stm,
transformers, transformers,
transformers-compat,
mtl, mtl,
test-framework >= 0.8 && < 0.9, test-framework >= 0.8 && < 0.9,
test-framework-quickcheck2 >= 0.3 && < 0.4, test-framework-quickcheck2 >= 0.3 && < 0.4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment