packages feed

Cabal revisions of tasty-test-vector-0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       2.2--name:                tasty-test-vector-version:             0-synopsis:            Test vector support for tasty.-description:-  Many specifications provide test vectors for their algorithms, particularly-  specifications for cryptographic primatives. These are like QuickCheck properties-  in that they provide some function input and check the output, but unlike QuickCheck-  the inputs and expected results are predefined.-  .-  This library provides an interface for cleanly integrating such test vectors into-  the 'tasty' test framework.-homepage:            https://oss.xkcd.com/-bug-reports:         https://code.xkrd.net/haskell/tasty-test-vector/issues-license:             BSD-3-Clause-license-file:        LICENSE-author:              davean-maintainer:          oss@xkcd.com-copyright:           Copyright (C) 2018 davean-category:            Testing-extra-source-files:  CHANGELOG.md--source-repository head-  type: git-  location: https://code.xkrd.net/haskell/tasty-test-vector.git--library-  default-language:    Haskell2010-  hs-source-dirs:      src-  exposed-modules:-    Test.Tasty.TestVector-  build-depends:-      base ^>=4.12.0.0-    , tasty ^>=1.2+cabal-version:       2.2
+
+name:                tasty-test-vector
+version:             0
+x-revision: 1
+synopsis:            Test vector support for tasty.
+description:
+  Many specifications provide test vectors for their algorithms, particularly
+  specifications for cryptographic primatives. These are like QuickCheck properties
+  in that they provide some function input and check the output, but unlike QuickCheck
+  the inputs and expected results are predefined.
+  .
+  This library provides an interface for cleanly integrating such test vectors into
+  the 'tasty' test framework.
+homepage:            https://oss.xkcd.com/
+bug-reports:         https://code.xkrd.net/haskell/tasty-test-vector/issues
+license:             BSD-3-Clause
+license-file:        LICENSE
+author:              davean
+maintainer:          oss@xkcd.com
+copyright:           Copyright (C) 2018 davean
+category:            Testing
+extra-source-files:  CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://code.xkrd.net/haskell/tasty-test-vector.git
+
+library
+  default-language:    Haskell2010
+  hs-source-dirs:      src
+  exposed-modules:
+    Test.Tasty.TestVector
+  build-depends:
+      base   >=4.12 && < 4.14
+    , tasty ^>=1.2
revision 2
 
 name:                tasty-test-vector
 version:             0
-x-revision: 1
+x-revision: 2
 synopsis:            Test vector support for tasty.
 description:
   Many specifications provide test vectors for their algorithms, particularly
   exposed-modules:
     Test.Tasty.TestVector
   build-depends:
-      base   >=4.12 && < 4.14
+      base   >=4.12 && < 4.15
     , tasty ^>=1.2