packages feed

dingo-core 0.0.3.2 → 0.0.3.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

dingo-core.cabal view
@@ -1,5 +1,5 @@ Name:                dingo-core-Version:             0.0.3.2+Version:             0.0.3.3 Synopsis:            Dingo is a Rich Internet Application platform based on the Warp web server. Description:         Dingo is a Rich Internet Application platform based on the Warp web server. It allows you to write code which looks very much like regular GUI code and have it work in the browser.  
src/Dingo/Internal/TypeableShim.hs view
@@ -3,7 +3,7 @@        , getTypeId        ) where -#if __GLASGOW_HASKELL__ >= 720+#if __GLASGOW_HASKELL__ >= 702 import Data.Typeable (Typeable, TypeRep, typeOf) newtype TypeId = TypeId TypeRep deriving (Eq, Ord, Show) getTypeId :: Typeable a => a -> IO TypeId