packages feed

binsm-0.1.2: binsm.cabal

name:                binsm
-- semver
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
license:             OtherLicense
license-file:        LICENSE
author:              Sergey Alirzaev
maintainer:          zl29ah@gmail.com
category:            Tools
build-type:          Simple
cabal-version:       >=1.10
Tested-With:         GHC == 8.10.3

Source-repository head
  type:              git
  location:          https://github.com/l29ah/binsm.git

Source-repository this
  type:              git
  location:          https://github.com/l29ah/binsm.git
  tag:               0.1.1

executable binsm
  main-is:             binsm.hs
  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