diff --git a/Source/Lawless.hs b/Source/Lawless.hs
--- a/Source/Lawless.hs
+++ b/Source/Lawless.hs
@@ -12,6 +12,7 @@
     module Data.Maybe,
     module Data.Monoid,
     module Data.Ord,
+    module Data.String,
     module Data.Traversable,
     module Either,
     module Functor,
@@ -30,6 +31,7 @@
 import Control.Lens hiding (strict)
 import Data.Eq (Eq(..))
 import Data.Ord (Ord(..))
+import Data.String (IsString(..))
 
 import Data.Function
 import Data.Maybe
diff --git a/liblawless.cabal b/liblawless.cabal
--- a/liblawless.cabal
+++ b/liblawless.cabal
@@ -1,11 +1,12 @@
 name:                liblawless
-version:             0.21.2
+version:             0.21.3
 synopsis:            Prelude based on protolude for GHC 8 and beyond.
 license:             GPL-3
 license-file:        LICENSE
 author:              Evan Cofsky
 maintainer:          evan@theunixman.com
-copyright:           © 2017 Evan Cofsky
+copyright:           © 2016 Evan Cofsky
+homepage:            https://gitlab.com/theunixman/liblawless
 category:            Prelude
 build-type:          Simple
 extra-source-files:
@@ -23,12 +24,12 @@
 
 source-repository head
   type:     git
-  location: git@gitlab.com:misandrist/liblawless.git
+  location: https://gitlab.com/theunixman/liblawless.git
 
 source-repository this
   type:     git
-  location:   git@gitlab.com:misandrist/liblawless.git
-  tag: v0.21.2
+  location:   https://gitlab.com/theunixman/liblawless.git
+  tag: v0.21.3
 
 library
   ghc-options: -Wall -Wno-redundant-constraints -Wno-type-defaults -O2
