packages feed

singletons 0.9.1 → 0.9.2

raw patch · 4 files changed

+9/−4 lines, 4 files

Files

CHANGES.md view
@@ -1,6 +1,11 @@ Changelog for singletons project ================================ +0.9.2+-----++Fix export list of Data.Singletons.TH, again.+ 0.9.1 ----- 
Data/Singletons/TH.hs view
@@ -31,7 +31,7 @@   cases,    -- * Basic singleton definitions-  Sing, SingI(..), SingKind(..), KindOf, Demote,+  Sing(SFalse, STrue), SingI(..), SingKind(..), KindOf, Demote,      -- * Auxiliary definitions   -- | These definitions might be mentioned in code generated by Template Haskell,
README.md view
@@ -1,4 +1,4 @@-singletons 0.9.1+singletons 0.9.2 ================  This is the README file for the singletons library. This file contains all the
singletons.cabal view
@@ -1,5 +1,5 @@ name:           singletons-version:        0.9.1+version:        0.9.2 cabal-version:  >= 1.10 synopsis:       A framework for generating singleton types homepage:       http://www.cis.upenn.edu/~eir/packages/singletons@@ -27,7 +27,7 @@ source-repository this   type:     git   location: https://github.com/goldfirere/singletons.git-  tag:      v0.9.1+  tag:      v0.9.2  library   build-depends: