diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,17 +45,21 @@
 
 matrix:
   allow_failures:
-  - ghc: 'head'
+  - env:                   GHCVER=head        CABALVER=head    STACKVER=nightly-2021-04-06
+  - env:                   GHCVER=9.0.1       CABALVER=head    STACKVER=nightly-2021-04-06
   include:
   - ghc: 'head'
-    env:                   GHCVER=head         CABALVER=head   STACKVER=nightly-2020-03-28
-    addons: {apt: {packages: [ghc-head,   cabal-install-head], sources: hvr-ghc}}
+    env:                   GHCVER=head        CABALVER=head    STACKVER=nightly-2021-04-06
+    addons: {apt: {packages: [ghc-head,  cabal-install-head],  sources: hvr-ghc}}
+  - ghc: '9.0'
+    env:                   GHCVER=9.0.1       CABALVER=head    STACKVER=nightly-2021-04-06
+    addons: {apt: {packages: [ghc-9.0.1, cabal-install-head],  sources: hvr-ghc}}
   - ghc: '8.10'
-    env:                   GHCVER=8.10.1       CABALVER=3.2    STACKVER=nightly-2020-03-28
-    addons: {apt: {packages: [ghc-8.10.1, cabal-install-3.2],  sources: hvr-ghc}}
+    env:                   GHCVER=8.10.4       CABALVER=3.2    STACKVER=lts-17.9
+    addons: {apt: {packages: [ghc-8.10.4, cabal-install-3.2],  sources: hvr-ghc}}
   - ghc: '8.8'
-    env:                   GHCVER=8.8.3        CABALVER=3.0    STACKVER=lts-15.6
-    addons: {apt: {packages: [ghc-8.8.3,  cabal-install-3.0],  sources: hvr-ghc}}
+    env:                   GHCVER=8.8.4        CABALVER=3.0    STACKVER=lts-16.31
+    addons: {apt: {packages: [ghc-8.8.4,  cabal-install-3.0],  sources: hvr-ghc}}
   - ghc: '8.6'
     env:                   GHCVER=8.6.5        CABALVER=2.4    STACKVER=lts-14.27
     addons: {apt: {packages: [ghc-8.6.5,  cabal-install-2.4],  sources: hvr-ghc}}
diff --git a/code-conjure.cabal b/code-conjure.cabal
--- a/code-conjure.cabal
+++ b/code-conjure.cabal
@@ -3,7 +3,7 @@
 -- Copyright (C) 2021 Rudy Matela
 -- Distributed under the 3-Clause BSD licence (see the file LICENSE).
 name:                code-conjure
-version:             0.0.2
+version:             0.0.4
 synopsis:            conjure Haskell functions out of partial definitions
 description:
   Conjure is a tool that produces Haskell functions out of partial definitions.
@@ -48,12 +48,12 @@
 
 source-repository head
   type:            git
-  location:        https://github.com/rudymatela/extrapolate
+  location:        https://github.com/rudymatela/conjure
 
 source-repository this
   type:            git
-  location:        https://github.com/rudymatela/extrapolate
-  tag:             v0.0.2
+  location:        https://github.com/rudymatela/conjure
+  tag:             v0.0.4
 
 library
   exposed-modules: Conjure
