packages feed

wtk 0.2 → 0.2.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/Calculator.hs view
@@ -33,7 +33,7 @@ 
 -- | Only limited operators are available, 
 --   they are shown using some trick.
-instance (Num a) => Show (State1 a) where
+instance (Num a, Eq a) => Show (State1 a) where
    show f | 3 `f` 2 == 6 = "*"
           | 3 `f` 2 == 5 = "+"
           | 3 `f` 2 == 1 = "-"
wtk.cabal view
@@ -1,5 +1,5 @@ Name:		wtk
-Version:	0.2
+Version:	0.2.1
 License:	BSD3
 License-file: license
 Author:		Bartosz Wojcik