diff --git a/README.md b/README.md
deleted file mode 100644
--- a/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# bitwise-enum
-Bitwise operations on bounded enumerations.
diff --git a/bitwise-enum.cabal b/bitwise-enum.cabal
--- a/bitwise-enum.cabal
+++ b/bitwise-enum.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 6053de920d85e5108a21304a32f6d1339182368d423f04e08de4027614c1f2c3
+-- hash: 9b82c027b0aa45bb8bc26748d7718c70bcdfee8ba5cd2f213ea3af492e424074
 
 name:           bitwise-enum
-version:        1.0.0
+version:        1.0.0.1
 synopsis:       Bitwise operations on bounded enumerations
 description:    Bitwise operations on bounded enumerations.
                 .
@@ -38,7 +38,7 @@
       ./
   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -ferror-spans -funbox-small-strict-fields -O2
   build-depends:
-      aeson >=0.11 && <1.4.7
+      aeson >=0.11 && <1.4.8
     , array >=0.5.1 && <0.5.5
     , base >=4.5 && <5
     , deepseq >=1.1 && <1.4.5
@@ -56,7 +56,7 @@
   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -ferror-spans -funbox-small-strict-fields
   build-depends:
       QuickCheck >=2.13.2
-    , aeson >=0.11 && <1.4.7
+    , aeson >=0.11 && <1.4.8
     , array >=0.5.1 && <0.5.5
     , base
     , bitwise-enum
@@ -76,7 +76,7 @@
       benchmarks
   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -ferror-spans -funbox-small-strict-fields -rtsopts -threaded -with-rtsopts=-N -O2
   build-depends:
-      aeson >=0.11 && <1.4.7
+      aeson >=0.11 && <1.4.8
     , array >=0.5.1 && <0.5.5
     , base
     , bitwise-enum
diff --git a/package.yaml b/package.yaml
deleted file mode 100644
--- a/package.yaml
+++ /dev/null
@@ -1,65 +0,0 @@
-name:         bitwise-enum
-version:      1.0.0
-github:       "jnbooth/bitwise-enum"
-homepage:     https://github.com/jnbooth/bitwise-enum
-bug-reports:  https://github.com/jnbooth/bitwise-enum/issues
-author:       "Joshua Booth <joshua.n.booth@gmail.com>"
-maintainer:   "Joshua Booth <joshua.n.booth@gmail.com>"
-license:      BSD3
-license-file: LICENSE
-category:     Data, Data Structures, Foreign
-synopsis:     "Bitwise operations on bounded enumerations"
-description:  |
-    Bitwise operations on bounded enumerations.
-    .
-    ["Data.Enum.Set"] Constant-time sets using bit flags.
-    .
-    ["Data.Enum.Memo"] Constant-time lookup memoization for functions on enumerated types.
-
-dependencies:
-- base >=4.5 && <5
-- aeson >=0.11 && <1.4.7
-- array >=0.5.1 && <0.5.5
-- deepseq >=1.1 && <1.4.5
-- mono-traversable >=1.0.12 && <1.0.16
-- vector >=0.11 && <0.12.2
-
-ghc-options:
-- -Wall
-- -Wcompat
-- -Widentities
-- -Wincomplete-uni-patterns
-- -Wincomplete-record-updates
-- -ferror-spans
-- -funbox-small-strict-fields
-
-library:
-  source-dirs: ./
-  ghc-options: -O2
-
-benchmarks:
-  enumset-benchmarks:
-    main: EnumSet.hs
-    source-dirs: benchmarks
-    dependencies:
-      - base
-      - bitwise-enum
-      - gauge >=0.2.5
-      - wide-word >=0.1.0.9
-    ghc-options:
-      - -rtsopts
-      - -threaded
-      - -with-rtsopts=-N
-      - -O2
-
-tests:
-  enumset-test-suite:
-    main: set-properties.hs
-    source-dirs: tests
-    dependencies:
-      - base
-      - bitwise-enum
-      - QuickCheck >=2.13.2
-      - test-framework >=0.8.2.0
-      - test-framework-quickcheck2 >=0.3.0.5
-
diff --git a/stack.yaml b/stack.yaml
deleted file mode 100644
--- a/stack.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-resolver: lts-15.2
-
-packages:
-- .
