binsm 0.1.1 → 0.1.2
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~optparse-applicative
Dependency ranges changed: base, optparse-applicative
Files
- binsm.cabal +4/−3
- binsm.hs +0/−1
binsm.cabal view
@@ -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
binsm.hs view
@@ -12,7 +12,6 @@ , extractPartition :: Maybe String , mergePartition :: Maybe String , partitionFile :: Maybe String- --, flashromFormat :: Bool -- , imageFile :: Maybe String }