-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 0efe06cb6c261c979c1bb69945d291c4d6d3d9eae84840801fabae96a8592ee2 name: generics-mrsop-gdiff version: 0.0.2 synopsis: Reimplementation of the gdiff algorithm for generics-mrsop description: Here we port the gdiff algorithm and library to work over the generics-mrsop, enabling code that relies on the later library to access the gdiff algorithm. Moreover, we also bring in the utilities for converting a gdiff patch into a more structured version, facilitating merging. For some literature on the topic check Arian's MSc thesis at or our TyDe 2017 paper at . category: Generics homepage: https://github.com/VictorCMiraldo/generics-mrsop-gdiff#readme bug-reports: https://github.com/VictorCMiraldo/generics-mrsop-gdiff/issues author: Arian van Putten and Victor Miraldo maintainer: Victor Miraldo license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/VictorCMiraldo/generics-mrsop-gdiff library exposed-modules: Generics.MRSOP.GDiff Generics.MRSOP.GDiff.Util Generics.MRSOP.STDiff Generics.MRSOP.STDiff.Compute Generics.MRSOP.STDiff.Enum Generics.MRSOP.STDiff.Merge Generics.MRSOP.STDiff.Types other-modules: Paths_generics_mrsop_gdiff hs-source-dirs: src/ ghc-options: -Wall build-depends: base >=4.9 && <5 , generics-mrsop >=2.3.0 default-language: Haskell2010