packages feed

yampa-test 0.13.6 → 0.13.7

raw patch · 16 files changed

+76/−28 lines, 16 filesdep ~YampaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Yampa

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,8 @@+2022-10-07 Ivan Perez <ivan.perez@keera.co.uk>+        * yampa-test.cabal: Version bump (0.13.7) (#238).+        * LICENSE: Update years, copyright holders (#235).+        * tests/: Update years, copyright holders (#235).+ 2022-08-07 Ivan Perez <ivan.perez@haskell.sexy>         * yampa-test.cabal: Version bump (0.13.6) (#232).         * tests/: Complete unit tests for FRP.Yampa.Basic (#219), complete unit
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2017, Ivan Perez+Copyright (c) 2017-2022, Ivan Perez  All rights reserved. @@ -28,3 +28,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.++--++This library borrows from the Yampa library, which has the following notices:+Copyright (c) 2014-2022, Ivan Perez+Copyright (c) 2007-2012, George Griogidge+Copyright (c) 2005-2006, Henrik Nilsson+Copyright (c) 2003-2004, Henrik Nilsson, Antony Courtney and Yale University.+All rights reserved.++Redistribution and use in source and binary forms, with or without+modification, are permitted provided that the following conditions+are met:++- Redistributions of source code must retain the above copyright notice,+this list of conditions and the following disclaimer.++- Redistributions in binary form must reproduce the above copyright+notice, this list of conditions and the following disclaimer in the+documentation and/or other materials provided with the distribution.++- Neither name of the copyright holders nor the names of its+contributors may be used to endorse or promote products derived from+this software without specific prior written permission.++THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND THE CONTRIBUTORS+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT+HOLDERS OR THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS+OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
tests/Test/FRP/Yampa/Basic.hs view
@@ -1,8 +1,9 @@ {-# LANGUAGE CPP #-} -- | -- Description : Test cases for basic signal functions--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Ivan Perez, 2014-2022+--               (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson, Ivan Perez module Test.FRP.Yampa.Basic     ( tests     )
tests/Test/FRP/Yampa/Conditional.hs view
@@ -2,8 +2,9 @@ {-# LANGUAGE CPP    #-} -- | -- Description : Test cases for FRP.Yampa.Conditional--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Ivan Perez, 2014-2022+--               (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson, Ivan Perez module Test.FRP.Yampa.Conditional     ( tests     )
tests/Test/FRP/Yampa/Delays.hs view
@@ -1,8 +1,9 @@ {-# LANGUAGE CPP #-} -- | -- Description : Test cases for FRP.Yampa.Delays--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Ivan Perez, 2014-2022+--               (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson, Ivan Perez module Test.FRP.Yampa.Delays     ( tests     )
tests/Test/FRP/Yampa/EventS.hs view
@@ -1,7 +1,7 @@ -- | -- Description : Test cases for signal functions working with events--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson  -- Notes pertaining to regression tests: -- - Add test cases for Yampa. There should be at least one test case for each
tests/Test/FRP/Yampa/Hybrid.hs view
@@ -1,6 +1,6 @@ -- | -- Description : Test cases for hybrid signal functions--- Copyright   : Yale University, 2003+-- Copyright   : (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004 -- Authors     : Antony Courtney and Henrik Nilsson module Test.FRP.Yampa.Hybrid     ( tests
tests/Test/FRP/Yampa/Integration.hs view
@@ -1,7 +1,8 @@ -- | -- Description : Test cases for FRP.Yampa.Integration--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Ivan Perez, 2014-2022+--               (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson, Ivan Perez module Test.FRP.Yampa.Integration     ( tests     )
tests/Test/FRP/Yampa/InternalCore.hs view
@@ -1,7 +1,8 @@ -- | -- Description : Test cases for FRP.Yampa.InternalCore--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Ivan Perez, 2014-2022+--               (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson, Ivan Perez module Test.FRP.Yampa.InternalCore     ( tests     )
tests/Test/FRP/Yampa/Loop.hs view
@@ -1,7 +1,7 @@ -- | -- Description : Test cases for SFs with loops--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson module Test.FRP.Yampa.Loop     ( tests     )
tests/Test/FRP/Yampa/Scan.hs view
@@ -1,7 +1,7 @@ -- | -- Description : Test cases for signal functions using scan--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson module Test.FRP.Yampa.Scan     ( tests     )
tests/Test/FRP/Yampa/Simulation.hs view
@@ -1,7 +1,7 @@ -- | -- Description : Test cases for FRP.Yampa.Simulation--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson module Test.FRP.Yampa.Simulation     ( tests     )
tests/Test/FRP/Yampa/Switches.hs view
@@ -1,8 +1,9 @@ {-# LANGUAGE Arrows #-} -- | -- Description : Test cases for FRP.Yampa.Switches--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Ivan Perez, 2014-2022+--               (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson, Ivan Perez  -- - Restructure test cases for papallel composition and switches to reflect --   Yampa structure better. Separate test cases for the generic definitions?
tests/Test/FRP/Yampa/Task.hs view
@@ -1,7 +1,7 @@ -- | -- Description : Test cases for tasks (Task)--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson -- Very rudimentary testing of Task.  module Test.FRP.Yampa.Task
tests/Test/FRP/Yampa/Time.hs view
@@ -1,7 +1,8 @@ -- | -- Description : Test cases for FRP.Yampa.Time--- Copyright   : Yale University, 2003--- Authors     : Antony Courtney and Henrik Nilsson+-- Copyright   : (c) Ivan Perez, 2014-2022+--               (c) Antony Courtney and Henrik Nilsson, Yale University, 2003-2004+-- Authors     : Antony Courtney, Henrik Nilsson, Ivan Perez module Test.FRP.Yampa.Time     ( tests     )
yampa-test.cabal view
@@ -31,7 +31,7 @@ build-type:    Simple  name:          yampa-test-version:       0.13.6+version:       0.13.7 author:        Ivan Perez maintainer:    ivan.perez@keera.co.uk homepage:      http://github.com/ivanperez-keera/Yampa@@ -84,7 +84,7 @@       base               >= 4      && < 5     , normaldistribution     , QuickCheck-    , Yampa              >= 0.13.6 && < 0.14+    , Yampa              >= 0.13.7 && < 0.14    default-language:     Haskell2010