diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 0.0.1.2 (2023-02-10)
+
+Raise `integer-types` version to `0.1`
+
 ### 0.0.1.1 (2023-01-16)
 
 Add more test cases
diff --git a/supply-next.cabal b/supply-next.cabal
--- a/supply-next.cabal
+++ b/supply-next.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: supply-next
-version: 0.0.1.1
+version: 0.0.1.2
 category: Streaming
 synopsis: Supply-chain interface for basic streaming
 description:
@@ -41,10 +41,10 @@
         TypeFamilies
     build-depends:
       , base ^>= 4.16 || ^>= 4.17
-      , gambler ^>= 0.0
-      , integer-types ^>= 0.0
-      , quaalude ^>= 0.0
-      , supply-chain ^>= 0.0
+      , gambler ^>= 0.0.0
+      , integer-types ^>= 0.1.0
+      , quaalude ^>= 0.0.0
+      , supply-chain ^>= 0.0.0
       , transformers ^>= 0.5.6
 
 library
