diff --git a/Text/Shakespeare.hs b/Text/Shakespeare.hs
--- a/Text/Shakespeare.hs
+++ b/Text/Shakespeare.hs
@@ -210,7 +210,9 @@
 
 pack' :: String -> TS.Text
 pack' = TS.pack
+#if !MIN_VERSION_text(0, 11, 2)
 {-# NOINLINE pack' #-}
+#endif
 
 contentsToShakespeare :: ShakespeareSettings -> [Content] -> Q Exp
 contentsToShakespeare rs a = do
diff --git a/shakespeare.cabal b/shakespeare.cabal
--- a/shakespeare.cabal
+++ b/shakespeare.cabal
@@ -1,6 +1,6 @@
 name:            shakespeare
-version:         1.0.0
-license:         BSD3
+version:         1.0.0.1
+license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
 maintainer:      Michael Snoyman <michael@snoyman.com>
