Bump upper bound of tasty to 1.1

This commit is contained in:
Michael Walker 2018-01-09 10:46:57 +00:00
parent fdbcb8b375
commit f7ed31da32
2 changed files with 12 additions and 1 deletions

View File

@ -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
-------

View File

@ -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