arbtt 0.8.1.3 → 0.8.1.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~tastydep ~tasty-hunit
Dependency ranges changed: tasty, tasty-hunit
Files
- arbtt.cabal +3/−3
arbtt.cabal view
@@ -1,5 +1,5 @@ name: arbtt-version: 0.8.1.3+version: 0.8.1.4 license: GPL license-file: LICENSE category: Desktop@@ -191,9 +191,9 @@ test.hs Build-depends: base == 4.5.* || == 4.6.* || == 4.7.*- , tasty == 0.7.* || == 0.8.* || == 0.9.*+ , tasty >= 0.7 && < 0.11 , tasty-golden >= 2.2.0.2 && <= 2.3- , tasty-hunit == 0.2.* || == 0.4.* || == 0.8.* || == 0.9.*+ , tasty-hunit >= 0.2 && < 0.11 , HUnit == 1.2.* , process-extras == 0.2.* , deepseq