diff --git a/tasty-fail-fast.cabal b/tasty-fail-fast.cabal
--- a/tasty-fail-fast.cabal
+++ b/tasty-fail-fast.cabal
@@ -1,5 +1,5 @@
 name:                tasty-fail-fast
-version:             0.0.2
+version:             0.0.3
 synopsis:            Adds the ability to fail a tasty test suite on first test failure
 description:
   tasty-fail-fast wraps any ingredient to fail as soon as the first test fails. For example:
@@ -10,7 +10,7 @@
   .
   Your test suite will now get a @--fail-fast@ flag.
 homepage:            http://github.com/MichaelXavier/tasty-fail-fast#readme
-license:             MIT
+license:             BSD3
 license-file:        LICENSE
 author:              Michael Xavier
 maintainer:          michael@michaelxavier.net
@@ -34,7 +34,7 @@
   hs-source-dirs:      src
   exposed-modules:     Test.Tasty.Ingredients.FailFast
   build-depends:       base < 5
-                     , tasty >= 0.10 && < 0.12
+                     , tasty >= 0.10
                      , stm >= 2.1
                      , containers >= 0.5.0.0
                      , tagged
