diff --git a/binsm.cabal b/binsm.cabal
--- a/binsm.cabal
+++ b/binsm.cabal
@@ -1,6 +1,6 @@
 name:                binsm
 -- semver
-version:             0.1.1
+version:             0.1.2
 synopsis:            binary files splitter and merger
 description:         binary files splitter and merger, makes working with offsets in your shell less painful
 homepage:            https://github.com/l29ah/binsm
@@ -11,7 +11,7 @@
 category:            Tools
 build-type:          Simple
 cabal-version:       >=1.10
-Tested-With:         GHC == 8.6.5
+Tested-With:         GHC == 8.10.3
 
 Source-repository head
   type:              git
@@ -24,7 +24,8 @@
 
 executable binsm
   main-is:             binsm.hs
-  build-depends:       base >=4.9 && <4.13, parsec >=3.1 && <3.2, bytestring >= 0.10 && < 0.11, optparse-applicative >= 0.13.0.0 && < 0.15, ansi-wl-pprint >= 0.6.7.3 && < 0.7
+  build-depends:       base >= 4.9 && < 5
+                     , parsec >= 3.1 && < 3.2, bytestring >= 0.10 && < 0.11, optparse-applicative >= 0.13.0.0 && < 0.16, ansi-wl-pprint >= 0.6.7.3 && < 0.7
   default-language:    Haskell2010
   ghc-options:         -fno-warn-tabs
   other-modules:       Maps
diff --git a/binsm.hs b/binsm.hs
--- a/binsm.hs
+++ b/binsm.hs
@@ -12,7 +12,6 @@
 	, extractPartition :: Maybe String
 	, mergePartition :: Maybe String
 	, partitionFile :: Maybe String
-	--, flashromFormat :: Bool
 --	, imageFile :: Maybe String
 	}
 
