diff --git a/tasty-dejafu/CHANGELOG.markdown b/tasty-dejafu/CHANGELOG.markdown index 2f9d99d..23e83fb 100644 --- a/tasty-dejafu/CHANGELOG.markdown +++ b/tasty-dejafu/CHANGELOG.markdown @@ -7,6 +7,17 @@ This project is versioned according to the [Package Versioning Policy](https://p *de facto* standard Haskell versioning scheme. +unreleased +---------- + +### Miscellaneous + +- Bump upper bound of tasty to 1.1. + + +--------------------------------------------------------------------------------------------------- + + 1.0.0.0 ------- diff --git a/tasty-dejafu/tasty-dejafu.cabal b/tasty-dejafu/tasty-dejafu.cabal index dd337b6..47f5bd9 100755 --- a/tasty-dejafu/tasty-dejafu.cabal +++ b/tasty-dejafu/tasty-dejafu.cabal @@ -40,6 +40,6 @@ library , dejafu >=1.0 && <1.1 , random >=1.0 && <1.2 , tagged >=0.8 && <0.9 - , tasty >=0.10 && <0.13 + , tasty >=0.10 && <1.1 -- hs-source-dirs: default-language: Haskell2010