packages feed

diff3-0.1.0.0: diff3.cabal

name:                diff3
version:             0.1.0.0
synopsis:            Perform a 3-way difference of documents
homepage:            http://github.com/ocharles/diff3.git
license:             BSD3
license-file:        LICENSE
author:              Oliver Charles
maintainer:          ollie@ocharles.org.uk
category:            Data
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Data.Algorithm.Diff3
  build-depends:       base ==4.6.*, Diff ==0.1.*
  ghc-options: -Wall