diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020 Gabriel Gonzalez
+Copyright (c) 2020 Gabriella Gonzalez
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -356,6 +356,7 @@
     case importMode of
         Code     -> return ()
         RawText  -> return ()
+        RawBytes -> return ()
         Location -> empty  -- "as Location" imports aren't real dependencies
 
     case importType of
diff --git a/dhall-nixpkgs.cabal b/dhall-nixpkgs.cabal
--- a/dhall-nixpkgs.cabal
+++ b/dhall-nixpkgs.cabal
@@ -1,4 +1,4 @@
-Version:             1.0.9
+Version:             1.0.10
 Cabal-Version:       >=1.10
 Name:                dhall-nixpkgs
 Synopsis:            Convert Dhall projects to Nix packages
@@ -8,9 +8,9 @@
 Bug-Reports:         https://github.com/dhall-lang/dhall-haskell/issues
 License:             BSD3
 license-file:        LICENSE
-Author:              Gabriel Gonzalez
-Maintainer:          Gabriel439@gmail.com
-Copyright:           2020 Gabriel Gonzalez
+Author:              Gabriella Gonzalez
+Maintainer:          GenuineGabriella@gmail.com
+Copyright:           2020 Gabriella Gonzalez
 Category:            Nix
 Build-Type:          Simple
 
@@ -22,9 +22,9 @@
                      , base64-bytestring    >= 1.1.0.0
                      , bytestring                          < 0.12
                      , data-fix
-                     , dhall                >= 1.32.0   && < 1.42
+                     , dhall                >= 1.42.0   && < 1.43
                      , foldl                               < 1.5
-                     , hnix                 >= 0.10.1   && < 0.15
+                     , hnix                 >= 0.10.1   && < 0.17
                      , lens-family-core     >= 1.0.0    && < 2.2
                      -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
                      , megaparsec           >= 7.0.0    && < 10
