coya 0.1 → 0.1.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- coya.cabal +4/−4
coya.cabal view
@@ -2,7 +2,7 @@ name: coya version:- 0.1+ 0.1.0.1 synopsis: Coya monoids description:@@ -14,9 +14,9 @@ The following laws hold: . e # x = x (Left Identity)- . + . x # e = x (Right Identity)- . + . (x # y) # z == x # (y # z) (Associativity) . x # y == y # x (Commutativity)@@ -61,7 +61,7 @@ exposed-modules: Coya build-depends:- , base >= 4.10.1 && < 4.13+ , base >= 4.10.1 && < 5 , groups >= 0.4 , primitive >= 0.6.4 , refined >= 0.3