universe 1.2.1 → 1.2.2
raw patch · 2 files changed
+9/−4 lines, 2 filesdep ~universe-basedep ~universe-instances-extended
Dependency ranges changed: universe-base, universe-instances-extended
Files
- changelog +3/−0
- universe.cabal +6/−4
changelog view
@@ -1,3 +1,6 @@+1.2.2+* Add Solo instances+ 1.2.1 * Explicitly mark modules as Safe or Trustworthy
universe.cabal view
@@ -1,5 +1,5 @@ name: universe-version: 1.2.1+version: 1.2.2 synopsis: A class for finite and recursively enumerable types. description: A class for finite and recursively enumerable types and some helper functions for enumerating them@@ -32,7 +32,9 @@ || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.3+ || ==8.10.4+ || ==9.0.1+ || ==9.2.1 source-repository head type: git@@ -51,8 +53,8 @@ Data.Universe.Instances.Reverse build-depends:- universe-base >=1.1.2 && <1.1.3- , universe-instances-extended >=1.1.2 && <1.1.3+ universe-base >=1.1.3 && <1.1.4+ , universe-instances-extended >=1.1.3 && <1.1.4 , universe-reverse-instances >=1.1.1 && <1.1.2 , universe-some >=1.2.1 && <1.2.2