union 0.1.1.1 → 0.1.1.2
raw patch · 3 files changed
+7/−6 lines, 3 filesdep ~basedep ~profunctorsdep ~vinylPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, profunctors, vinyl
API changes (from Hackage documentation)
Files
- LICENSE +2/−2
- bench/Benchmark.hs +1/−0
- union.cabal +4/−4
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2016, Index Int+Copyright (c) 2016, Vladislav Zavialov All rights reserved. @@ -13,7 +13,7 @@ disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Index Int nor the names of other+ * Neither the name of Vladislav Zavialov nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission.
bench/Benchmark.hs view
@@ -6,6 +6,7 @@ import Criterion.Main import Data.Dynamic import Data.Union+import Data.Proxy union1 :: OpenUnion '[(), Proxy 0, Proxy 1] union1 = openUnion # ()
union.cabal view
@@ -1,5 +1,5 @@ name: union-version: 0.1.1.1+version: 0.1.1.2 synopsis: Extensible type-safe unions description: @@ -12,8 +12,8 @@ license: BSD3 license-file: LICENSE-author: Index Int-maintainer: Index Int <vlad.z.4096@gmail.com>+author: Vladislav Zavialov+maintainer: Vladislav Zavialov <vlad.z.4096@gmail.com> bug-reports: https://github.com/int-index/union/issues category: Data build-type: Simple@@ -37,7 +37,7 @@ RankNTypes ScopedTypeVariables TypeOperators- build-depends: base >=4.8 && <4.10+ build-depends: base >=4.8 && <4.11 , vinyl >=0.5 && <0.6 , profunctors >=5.1 && <5.3 , tagged >=0.8 && <0.9