diff --git a/lambdacube-ir.cabal b/lambdacube-ir.cabal
--- a/lambdacube-ir.cabal
+++ b/lambdacube-ir.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                lambdacube-ir
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            LambdaCube 3D intermediate representation of 3D graphics pipelines
 description:         LambdaCube 3D intermediate representation of 3D graphics pipelines
 license:             BSD3
@@ -24,11 +24,11 @@
   -- other-modules:       
   other-extensions:    OverloadedStrings, RecordWildCards, DeriveFunctor
   -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
-  build-depends:       base >=4.8 && <4.9,
+  build-depends:       base >=4.8 && <4.10,
                        containers >=0.5 && <0.6,
                        vector >=0.11 && <0.12,
                        text >=1.2 && <1.3,
-                       aeson >=0.9 && <1,
+                       aeson >=0.9 && <0.12,
                        mtl >=2.2 && <2.3
   hs-source-dirs:      src
   default-language:    Haskell2010
diff --git a/src/LambdaCube/IR.hs b/src/LambdaCube/IR.hs
--- a/src/LambdaCube/IR.hs
+++ b/src/LambdaCube/IR.hs
@@ -1,5 +1,5 @@
 -- generated file, do not modify!
--- 2016-02-26T11:37:22.233668000000Z
+-- 2016-11-11T11:17:02.701527000000Z
 
 {-# LANGUAGE OverloadedStrings, RecordWildCards #-}
 module LambdaCube.IR where
diff --git a/src/LambdaCube/Mesh.hs b/src/LambdaCube/Mesh.hs
--- a/src/LambdaCube/Mesh.hs
+++ b/src/LambdaCube/Mesh.hs
@@ -1,5 +1,5 @@
 -- generated file, do not modify!
--- 2016-02-26T11:37:22.580893000000Z
+-- 2016-11-11T11:17:03.517567000000Z
 
 {-# LANGUAGE OverloadedStrings, RecordWildCards #-}
 module LambdaCube.Mesh where
diff --git a/src/LambdaCube/PipelineSchema.hs b/src/LambdaCube/PipelineSchema.hs
--- a/src/LambdaCube/PipelineSchema.hs
+++ b/src/LambdaCube/PipelineSchema.hs
@@ -1,5 +1,5 @@
 -- generated file, do not modify!
--- 2016-02-26T11:37:22.561871000000Z
+-- 2016-11-11T11:17:03.470118000000Z
 
 {-# LANGUAGE OverloadedStrings, RecordWildCards #-}
 module LambdaCube.PipelineSchema where
