validity-unordered-containers 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+8/−10 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Data.Validity.HashSet: instance Data.Validity.Validity v => Data.Validity.Validity (Data.HashSet.HashSet v)
+ Data.Validity.HashSet: instance Data.Validity.Validity v => Data.Validity.Validity (Data.HashSet.Base.HashSet v)
Files
- LICENSE +1/−1
- validity-unordered-containers.cabal +7/−9
LICENSE view
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Tom Sydney Kerckhove+Copyright (c) 2016-2020 Tom Sydney Kerckhove Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
validity-unordered-containers.cabal view
@@ -1,22 +1,20 @@-cabal-version: >= 1.10+cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.29.6.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 349b65e7bc5679c457cec04f3cea36e49a8da271ec3af7cfa5c25c3f368be256+-- hash: b5c2373ee549a2d02fe10e3bc61ae98d341342ccf65b78170d25688962521a6b name: validity-unordered-containers-version: 0.2.0.2+version: 0.2.0.3 synopsis: Validity instances for unordered-containers-description: Please see README.md category: Validity homepage: https://github.com/NorfairKing/validity#readme bug-reports: https://github.com/NorfairKing/validity/issues author: Tom Sydney Kerckhove-maintainer: syd.kerckhove@gmail.com,- nick.van.den.broeck666@gmail.com-copyright: Copyright: (c) 2017-2018 Tom Sydney Kerckhove+maintainer: syd@cs-syd.eu+copyright: Copyright: (c) 2017-2020 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple@@ -27,9 +25,9 @@ library exposed-modules:- Data.Validity.UnorderedContainers Data.Validity.HashMap Data.Validity.HashSet+ Data.Validity.UnorderedContainers other-modules: Paths_validity_unordered_containers hs-source-dirs: