diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for miso-action-logger
 
+## 0.1.0.1 -- 2019-06-28
+
+* Cabal file fixed for compatibility with Nix.
+
 ## 0.1.0.0 -- 2019-06-24
 
 * First version. Released on an unsuspecting world.
diff --git a/miso-action-logger.cabal b/miso-action-logger.cabal
--- a/miso-action-logger.cabal
+++ b/miso-action-logger.cabal
@@ -1,17 +1,18 @@
-cabal-version:       2.4
+cabal-version:       >=1.22
 name:                miso-action-logger
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Miso state transition logger
 description:         State transition logger for Miso heavily inspired by Redux-Logger.
 homepage:            https://github.com/Lermex/miso-action-logger
 bug-reports:         https://github.com/Lermex/miso-action-logger/issues
-license:             BSD-3-Clause
+license:             BSD3
 license-file:        LICENSE
 author:              Sviat Chumakov
 maintainer:          svchumakov@gmail.com
 copyright:           Copyright (c) 2019 Sviat Chumakov
 category:            Web
 extra-source-files:  CHANGELOG.md
+build-type:          Simple
 
 library
   exposed-modules:
