filediff-0.1.0.0: filediff.cabal
-- Initial filediff.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: filediff
version: 0.1.0.0
synopsis: Diff and patch module
description: A library for creating and applying diffs. Diffs can be manipulated in code in between creation and application.
homepage: https://github.com/bgwines/filediff
license: BSD3
license-file: LICENSE
author: Brett Wines
maintainer: bgwines@cs.stanford.edu
-- copyright:
category: Data
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/bgwines/filediff.git
library
exposed-modules: Filediff, Filediff.Types, Filediff.Sequence
other-modules: Filediff.Utils
-- other-extensions:
build-depends: base >=4.7 && <4.8, mtl, time, directory, either, transformers, data-memocombinators, tasty, tasty-hunit, Zora >=1.1.22, text
hs-source-dirs: src
default-language: Haskell2010
test-suite test-filediff
type: exitcode-stdio-1.0
main-is: Tests/test-filediff.hs
build-depends: base >=4.7 && <4.8, tasty, tasty-hunit, mtl, time, directory, either, transformers, filediff, text
default-language: Haskell2010