containers-unicode-symbols 0.3.1.2 → 0.3.1.3
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- containers-unicode-symbols.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright 2009–2020 Roel van Dijk+Copyright 2009–2021 Roel van Dijk All rights reserved.
containers-unicode-symbols.cabal view
@@ -1,11 +1,11 @@ name: containers-unicode-symbols-version: 0.3.1.2+version: 0.3.1.3 cabal-version: >=1.10 build-type: Simple stability: provisional author: Roel van Dijk <roel@lambdeacube.nl> maintainer: Roel van Dijk <roel@lambdeacube.nl>-copyright: 2009—2020 Roel van Dijk <roel@lambdeacube.nl>+copyright: 2009—2021 Roel van Dijk <roel@lambdeacube.nl> license: BSD3 license-file: LICENSE category:@@ -47,7 +47,7 @@ build-depends: containers >= 0.4 && < 0.5 cpp-options: -DCONTAINERS_OLD else- build-depends: containers >= 0.5 && < 0.6.3+ build-depends: containers >= 0.5 && < 0.6.5 exposed-modules: Data.IntMap.Strict.Unicode , Data.Map.Strict.Unicode