diff --git a/ivory-artifact.cabal b/ivory-artifact.cabal
--- a/ivory-artifact.cabal
+++ b/ivory-artifact.cabal
@@ -1,7 +1,7 @@
 name:                ivory-artifact
 synopsis:            Manage additional data files during Ivory compilation.
 description:         Mostly used by other Ivory libraries and backends and typically shouldn't have to be used directly by the user.
-version:             0.1.0.3
+version:             0.1.0.4
 author:              Galois, Inc.
 maintainer:          leepike@galois.com
 category:            Language
@@ -13,14 +13,14 @@
 source-repository    this
   type:     git
   location: https://github.com/GaloisInc/ivory
-  tag:      hackage-0103
+  tag:      hackage-0.1.0.4
 
 library
   exposed-modules:      Ivory.Artifact,
                         Ivory.Artifact.Template,
                         Ivory.Artifact.Location,
                         Ivory.Artifact.Transformer
-  build-depends:        base >= 4.6 && < 5,
+  build-depends:        base >= 4.7 && < 5,
                         filepath,
                         directory,
                         text,
