diff --git a/implicit-hie-cradle.cabal b/implicit-hie-cradle.cabal
--- a/implicit-hie-cradle.cabal
+++ b/implicit-hie-cradle.cabal
@@ -7,7 +7,7 @@
 -- hash: 5c092074b2128d5593e67e2ace6e214ab27a89b73a7a71a71b212a4b34868b86
 
 name:               implicit-hie-cradle
-version:            0.3.0.2
+version:            0.3.0.3
 description:        Auto generate a stack or cabal multi component cradles
 category:           Development, Tools, Hie, HLS
 synopsis:           Auto generate hie-bios cradles
@@ -20,8 +20,8 @@
 license-file:       LICENSE
 build-type:         Simple
 extra-source-files:
-  README.md
   ChangeLog.md
+  README.md
 
 source-repository head
   type:     git
@@ -33,25 +33,25 @@
   autogen-modules:  Paths_implicit_hie_cradle
   hs-source-dirs:   src
   build-depends:
-      base                  >=4.8    && <5
-    , base16-bytestring     >=0.1.1  && <0.2
-    , bytestring            >=0.10.8 && <0.11
-    , containers            >=0.5.10 && <0.7
-    , directory             >=1.3.0  && <1.4
-    , extra                 >=1.6.14 && <1.8
-    , filepath              >=1.4.1  && <1.5
+      base                  >=4.8     && <5
+    , base16-bytestring     >=0.1.1   && <1.1
+    , bytestring            >=0.10.8  && <0.11
+    , containers            >=0.5.10  && <0.7
+    , directory             >=1.3.0   && <1.4
+    , extra                 >=1.6.14  && <1.8
+    , filepath              >=1.4.1   && <1.5
     , hie-bios              >=0.7.0
     , hslogger              >=1.2     && <1.4
     , implicit-hie          >=0.1.2.5 && <1
-    , process               >=1.6.1  && <1.7
-    , temporary             >=1.2    && <1.4
-    , text                  >=1.2.3  && <1.3
-    , time                  >=1.8.0  && <1.10
-    , transformers          >=0.5.2  && <0.6
-    , unix-compat           >=0.5.1  && <0.6
-    , unordered-containers  >=0.2.9  && <0.3
-    , vector                >=0.12.0 && <0.13
-    , yaml                  >=0.8.32 && <0.12
+    , process               >=1.6.1   && <1.7
+    , temporary             >=1.2     && <1.4
+    , text                  >=1.2.3   && <1.3
+    , time                  >=1.8.0   && <1.10
+    , transformers          >=0.5.2   && <0.6
+    , unix-compat           >=0.5.1   && <0.6
+    , unordered-containers  >=0.2.9   && <0.3
+    , vector                >=0.12.0  && <0.13
+    , yaml                  >=0.8.32  && <0.12
 
   default-language: Haskell2010
   ghc-options:
