packages feed

symbol 0.1.2 → 0.1.2.1

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Data/Symbol.hs view
@@ -64,7 +64,7 @@     compare (Symbol i1 _) (Symbol i2 _) = compare i1 i2  instance Show Symbol where-    showsPrec p (Symbol _ s) = showsPrec p s+    showsPrec _ (Symbol _ s) = showString s  #if __GLASGOW_HASKELL__ >= 608 instance IsString Symbol where
symbol.cabal view
@@ -1,9 +1,9 @@ name:           symbol-version:        0.1.2+version:        0.1.2.1 cabal-version:  >= 1.6 license:        BSD3 license-file:   LICENSE-copyright:      (c) 2006-2010 Harvard University+copyright:      (c) 2006-2012 Harvard University author:         Geoffrey Mainland <mainland@eecs.harvard.edu> maintainer:     mainland@eecs.harvard.edu stability:      alpha