packages feed

alignment-0.1.0.0: alignment.cabal

-- documentation, see http://haskell.org/cabal/users-guide/

name:                   alignment
version:                0.1.0.0
synopsis:               Zip-alignment
description:
  <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>
  .
  Zipping with alignment
license:                BSD3
license-file:           LICENCE
author:                 Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer:             Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright:              Copyright (C) 2022 Tony Morris
category:               Data
build-type:             Simple
extra-source-files:     changelog.md
cabal-version:          >=1.10
homepage:               https://github.com/system-f/alignment
bug-reports:            https://github.com/system-f/alignment/issues
tested-with:             GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1

source-repository       head
  type:                 git
  location:             git@github.com:system-f/alignment.git

library
  exposed-modules:      Data.Alignment

  build-depends:        base >= 4.8 && < 6
                      , bifunctors >= 5 && < 6
                      , lens >= 4.15 && < 6
                      , semigroupoids >= 5.1 && < 5.4
                      , transformers >= 0.5.0 && < 5.5
                      , assoc >= 1 && < 2

  hs-source-dirs:       src
  default-language:     Haskell2010
  ghc-options:          -Wall