name: diffmap version: 0.1.0.0 x-revision: 1 synopsis: diff on maps description: a very general way of lossless diffing on maps homepage: https://github.com/chessai/diffmap.git license: BSD3 license-file: LICENSE author: chessai maintainer: chessai1996@gmail.com copyright: Copyright (c) 2018 chessai category: Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Data.Map.Delta build-depends: base >=4.7 && < 4.13, containers >=0.5.9 && <0.7 hs-source-dirs: src default-language: Haskell2010