packages feed

shakespeare-css 1.0.6.6 → 1.0.7

raw patch · 4 files changed

+4/−4 lines, 4 filesdep ~shakespeare

Dependency ranges changed: shakespeare

Files

Text/Cassius.hs view
@@ -38,6 +38,7 @@  import Text.Css import Text.Shakespeare.Base+import Text.Shakespeare (VarType) import Language.Haskell.TH.Quote (QuasiQuoter (..)) import Language.Haskell.TH.Syntax import qualified Data.Text.Lazy as TL
Text/Css.hs view
@@ -24,6 +24,7 @@ import Control.Arrow ((***), second) import Text.IndentToBrace (i2b) import Data.Functor.Identity (runIdentity)+import Text.Shakespeare (VarType (..))  #if MIN_VERSION_base(4,5,0) import Data.Monoid ((<>))@@ -99,9 +100,6 @@     deriving (Show, Eq)  type Contents = [Content]--data VarType = VTPlain | VTUrl | VTUrlParam | VTMixin-    deriving Show  data CDData url = CDPlain Builder                 | CDUrl url
Text/Lucius.hs view
@@ -65,6 +65,7 @@ import Data.Monoid (mconcat) import Data.List (isSuffixOf) import Control.Arrow (second)+import Text.Shakespeare (VarType)  -- | --
shakespeare-css.cabal view
@@ -1,5 +1,5 @@ name:            shakespeare-css-version:         1.0.6.6+version:         1.0.7 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>