From 55997f49b3d38c3014ddb5f2545666334c94fa9f Mon Sep 17 00:00:00 2001 From: Edward Kmett <ekmett@gmail.com> Date: Sat, 14 Mar 2015 12:49:24 -0400 Subject: [PATCH] Add `transformers-compat` to tests (close #42). --- exceptions.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exceptions.cabal b/exceptions.cabal index c0bd4c9..0cf8cab 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad -version: 0.8.0.1 +version: 0.8.0.2 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE @@ -56,6 +56,7 @@ test-suite exceptions-tests base, stm, transformers, + transformers-compat, mtl, test-framework >= 0.8 && < 0.9, test-framework-quickcheck2 >= 0.3 && < 0.4, -- GitLab