diff --git a/Text/Css.hs b/Text/Css.hs
--- a/Text/Css.hs
+++ b/Text/Css.hs
@@ -22,7 +22,9 @@
 
 pack :: String -> Text
 pack = T.pack
+#if !MIN_VERSION_text(0, 11, 2)
 {-# NOINLINE pack #-}
+#endif
 
 fromText :: Text -> Builder
 fromText = TLB.fromText
diff --git a/shakespeare-css.cabal b/shakespeare-css.cabal
--- a/shakespeare-css.cabal
+++ b/shakespeare-css.cabal
@@ -1,5 +1,5 @@
 name:            shakespeare-css
-version:         1.0.1
+version:         1.0.1.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
