Skip to content

Commit

Permalink
Hackage version 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmk committed Mar 9, 2020
2 parents 9c26af1 + 0b685e7 commit 8f933f7
Show file tree
Hide file tree
Showing 8 changed files with 1,190 additions and 1,028 deletions.
8 changes: 4 additions & 4 deletions rings.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rings
version: 0.1.2
version: 0.1.3
synopsis: Ring-like objects.
description: Semirings, rings, division rings, modules, and algebras.
homepage: https://github.com/cmk/rings
Expand All @@ -25,11 +25,10 @@ library
, Data.Semiring.Property
, Data.Semifield
, Data.Semimodule
, Data.Semimodule.Operator
, Data.Semimodule.Algebra
, Data.Semimodule.Free
, Data.Semimodule.Basis
, Data.Semimodule.Finite
, Data.Semimodule.Free
, Data.Semimodule.Combinator

default-extensions:
ScopedTypeVariables
Expand All @@ -49,3 +48,4 @@ library
, distributive >= 0.3 && < 1.0
, semigroupoids >= 5.0 && < 6.0
, magmas >= 0.0.1 && < 1.0
, profunctors >= 5.3 && < 6
Loading

0 comments on commit 8f933f7

Please sign in to comment.