diff --git a/Algebra.hs b/Algebra.hs
--- a/Algebra.hs
+++ b/Algebra.hs
@@ -3,7 +3,8 @@
 {-# LANGUAGE FlexibleInstances #-}
 {-# LANGUAGE TypeFamilies #-}
 
-module Algebra where
+module Algebra (Semigroup (..), Monoid (mempty), Group (..),
+                (+), (-), (*), (/)) where
 
 import Control.Category
 import Data.Functor
diff --git a/alg.cabal b/alg.cabal
--- a/alg.cabal
+++ b/alg.cabal
@@ -1,5 +1,5 @@
 name:                alg
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Algebraic structures
 -- description:         
 license:             BSD3
