packages feed

alignment-0.1.0.6: alignment.cabal

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

name:                   alignment
version:                0.1.0.6
synopsis:               Zip-alignment
description:
  Zipping with alignment
  .
  <<https://logo.systemf.com.au/systemf-450x450.png>>
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-2025 Tony Morris
category:               Data
build-type:             Simple
extra-source-files:     changelog.md
cabal-version:          >=1.10
homepage:               https://gitlab.com/system-f/code/alignment
bug-reports:            https://gitlab.com/system-f/code/alignment/issues
tested-with:            GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1, GHC == 9.4.8

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

library
  exposed-modules:      Data.Alignment

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

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