ChasingBottoms 1.3.0.5 → 1.3.0.6
raw patch · 10 files changed
+17/−17 lines, 10 filesdep ~QuickCheckdep ~sybPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, syb
API changes (from Hackage documentation)
Files
- ChasingBottoms.cabal +8/−8
- Test/ChasingBottoms.hs +1/−1
- Test/ChasingBottoms/Approx.hs +1/−1
- Test/ChasingBottoms/ApproxShow.hs +1/−1
- Test/ChasingBottoms/ContinuousFunctions.hs +1/−1
- Test/ChasingBottoms/IsBottom.hs +1/−1
- Test/ChasingBottoms/IsType.hs +1/−1
- Test/ChasingBottoms/Nat.hs +1/−1
- Test/ChasingBottoms/SemanticOrd.hs +1/−1
- Test/ChasingBottoms/TimeOut.hs +1/−1
ChasingBottoms.cabal view
@@ -1,8 +1,8 @@ name: ChasingBottoms-version: 1.3.0.5-license: OtherLicense+version: 1.3.0.6+license: MIT license-file: LICENCE-copyright: Copyright (c) Nils Anders Danielsson 2004-2012.+copyright: Copyright (c) Nils Anders Danielsson 2004-2013. author: Nils Anders Danielsson maintainer: http://www.cse.chalmers.se/~nad/ synopsis: For testing partial and infinite values.@@ -100,7 +100,7 @@ the rest requires @Data.Generics@; @isBottom@ only requires exceptions, though. category: Testing-tested-with: GHC == 7.6.1+tested-with: GHC == 7.6.3 cabal-version: >= 1.8 build-type: Simple @@ -121,12 +121,12 @@ other-modules: Test.ChasingBottoms.IsType - build-depends: QuickCheck >= 2.1 && < 2.6,+ build-depends: QuickCheck >= 2.1 && < 2.7, mtl >= 1.1 && < 2.2, base >= 4.0 && < 4.7, containers >= 0.3 && < 0.6, random == 1.0.*,- syb >= 0.1.0.2 && < 0.4+ syb >= 0.1.0.2 && < 0.5 flag build-tests description: Build the test suite.@@ -150,10 +150,10 @@ Test.ChasingBottoms.TestUtilities.Generators, Test.ChasingBottoms.TimeOut.Tests - build-depends: QuickCheck >= 2.1 && < 2.6,+ build-depends: QuickCheck >= 2.1 && < 2.7, mtl >= 1.1 && < 2.2, base >= 4.0 && < 4.7, containers >= 0.3 && < 0.6, random == 1.0.*,- syb >= 0.1.0.2 && < 0.4,+ syb >= 0.1.0.2 && < 0.5, array >= 0.3 && < 0.5
Test/ChasingBottoms.hs view
@@ -1,6 +1,6 @@ -- | -- Module : Test.ChasingBottoms--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/Approx.hs view
@@ -3,7 +3,7 @@ -- | -- Module : Test.ChasingBottoms.Approx--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/ApproxShow.hs view
@@ -3,7 +3,7 @@ -- | -- Module : Test.ChasingBottoms.ApproxShow--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/ContinuousFunctions.hs view
@@ -12,7 +12,7 @@ -- | -- Module : Test.ChasingBottoms.ContinuousFunctions--- Copyright : (c) Nils Anders Danielsson 2005-2011+-- Copyright : (c) Nils Anders Danielsson 2005-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/IsBottom.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Test.ChasingBottoms.IsBottom--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/IsType.hs view
@@ -1,6 +1,6 @@ -- | -- Module : Test.ChasingBottoms.IsType--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/Nat.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Test.ChasingBottoms.Nat--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/SemanticOrd.hs view
@@ -3,7 +3,7 @@ -- | -- Module : Test.ChasingBottoms.SemanticOrd--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/
Test/ChasingBottoms/TimeOut.hs view
@@ -2,7 +2,7 @@ -- | -- Module : Test.ChasingBottoms.TimeOut--- Copyright : (c) Nils Anders Danielsson 2004-2011+-- Copyright : (c) Nils Anders Danielsson 2004-2013 -- License : See the file LICENCE. -- -- Maintainer : http://www.cse.chalmers.se/~nad/