diff --git a/NaperianNetCDF.cabal b/NaperianNetCDF.cabal
--- a/NaperianNetCDF.cabal
+++ b/NaperianNetCDF.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.4
 
 name:                NaperianNetCDF
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Instances of NcStore for hypercuboids
 
 description:         This allows [NetCDF](https://en.wikipedia.org/wiki/NetCDF) data to be read and written into [hypercuboids](http://www.cs.ox.ac.uk/people/jeremy.gibbons/publications/apl-extabs.pdf) e.g. values with type @Hyper '[Vector 5, Vector 2, Vector 3] Int@ such as @\<\<\<1,2,3,4,5>, \<6,7,8,9,10>>, \<\<11,12,13,14,15>, \<16,17,18,19,20>>, \<\<21,22,23,24,25>, \<26,27,28,29,30>>>@
@@ -26,9 +26,9 @@
   main-is:             Main.hs
   other-extensions:    TypeOperators
   build-depends:       base ^>=4.12.0.0,
-                       NaperianExample,
                        Naperian,
                        hnetcdf,
+                       NaperianNetCDF,
                        split
   hs-source-dirs:      test
   default-language:    Haskell2010
