yesod-core 0.9.1.1 → 0.9.2
raw patch · 3 files changed
+2/−19 lines, 3 files
Files
- Yesod/Widget.hs +1/−0
- test/main.hs +0/−18
- yesod-core.cabal +1/−1
Yesod/Widget.hs view
@@ -4,6 +4,7 @@ {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE UndecidableInstances #-} -- | Widgets combine HTML with JS and CSS dependencies with a unique identifier -- generator, allowing you to create truly modular HTML components. module Yesod.Widget
− test/main.hs
@@ -1,18 +0,0 @@-import Test.Hspec--import Test.CleanPath-import Test.Exceptions-import Test.Widget-import Test.Media-import Test.Links-import Test.NoOverloadedStrings--main :: IO ()-main = hspecX $ descriptions $ - [ cleanPathTest- , exceptionsTest- , widgetTest- , mediaTest- , linksTest- , noOverloadedTest- ]
yesod-core.cabal view
@@ -1,5 +1,5 @@ name: yesod-core-version: 0.9.1.1+version: 0.9.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>