2015-11-18 01:44:16 +03:00
|
|
|
name: semantic-diff
|
2016-10-06 18:45:48 +03:00
|
|
|
version: 0.2.0
|
2015-11-18 01:44:16 +03:00
|
|
|
synopsis: Initial project template from stack
|
|
|
|
description: Please see README.md
|
|
|
|
homepage: http://github.com/github/semantic-diff#readme
|
|
|
|
author: Rob Rix, Josh Vera
|
2015-11-18 01:52:41 +03:00
|
|
|
maintainer: rob.rix@github.com
|
2016-01-05 19:26:58 +03:00
|
|
|
copyright: 2016 GitHub
|
2015-11-18 01:44:16 +03:00
|
|
|
category: Web
|
2016-01-08 21:24:25 +03:00
|
|
|
build-type: Custom
|
2015-11-18 01:44:16 +03:00
|
|
|
-- extra-source-files:
|
|
|
|
cabal-version: >=1.10
|
|
|
|
|
|
|
|
library
|
|
|
|
hs-source-dirs: src
|
2016-02-28 21:36:32 +03:00
|
|
|
exposed-modules: Algorithm
|
2016-02-28 21:55:19 +03:00
|
|
|
, Alignment
|
2016-08-31 21:09:41 +03:00
|
|
|
, Arguments
|
2016-02-28 21:36:32 +03:00
|
|
|
, Category
|
2016-07-11 20:55:27 +03:00
|
|
|
, Data.Align.Generic
|
2016-02-29 05:29:59 +03:00
|
|
|
, Data.Functor.Both
|
2017-01-05 22:34:45 +03:00
|
|
|
, Data.Functor.Listable
|
2016-07-23 00:38:10 +03:00
|
|
|
, Data.Mergeable
|
|
|
|
, Data.Mergeable.Generic
|
2016-10-06 19:03:06 +03:00
|
|
|
, Data.RandomWalkSimilarity
|
|
|
|
, Data.Record
|
2017-01-05 23:35:01 +03:00
|
|
|
, Data.Text.Listable
|
2016-02-28 21:36:32 +03:00
|
|
|
, Diff
|
2016-02-17 00:09:58 +03:00
|
|
|
, Diffing
|
2016-10-06 19:03:06 +03:00
|
|
|
, DiffSummary
|
2016-03-31 00:12:39 +03:00
|
|
|
, Info
|
2015-11-18 03:25:39 +03:00
|
|
|
, Interpreter
|
2016-02-11 01:30:14 +03:00
|
|
|
, Language
|
2016-09-07 22:10:49 +03:00
|
|
|
, Language.C
|
2016-09-07 18:50:41 +03:00
|
|
|
, Language.JavaScript
|
2016-09-14 09:08:27 +03:00
|
|
|
, Language.Markdown
|
2016-10-17 22:39:25 +03:00
|
|
|
, Language.Go
|
2016-10-19 18:22:10 +03:00
|
|
|
, Language.Ruby
|
2016-11-03 04:12:28 +03:00
|
|
|
, Parse
|
2016-02-28 21:36:32 +03:00
|
|
|
, Parser
|
2015-11-18 05:21:51 +03:00
|
|
|
, Patch
|
2016-10-06 19:03:06 +03:00
|
|
|
, Paths_semantic_diff
|
|
|
|
, Prologue
|
2016-02-28 21:36:32 +03:00
|
|
|
, Range
|
2016-02-25 23:55:28 +03:00
|
|
|
, Renderer
|
2016-02-25 23:57:28 +03:00
|
|
|
, Renderer.JSON
|
2016-02-25 23:20:25 +03:00
|
|
|
, Renderer.Patch
|
2016-02-25 23:32:39 +03:00
|
|
|
, Renderer.Split
|
2016-05-18 19:01:16 +03:00
|
|
|
, Renderer.Summary
|
2016-12-09 22:42:32 +03:00
|
|
|
, Renderer.SExpression
|
2017-01-23 21:49:48 +03:00
|
|
|
, Renderer.TOC
|
2016-10-06 02:17:46 +03:00
|
|
|
, SemanticDiff
|
2015-11-18 18:09:49 +03:00
|
|
|
, SES
|
2016-02-28 21:36:32 +03:00
|
|
|
, Source
|
2016-07-28 00:15:09 +03:00
|
|
|
, SourceSpan
|
2016-02-28 21:37:40 +03:00
|
|
|
, SplitDiff
|
2016-02-28 21:36:32 +03:00
|
|
|
, Syntax
|
2015-11-18 22:27:09 +03:00
|
|
|
, Term
|
2015-12-17 20:54:27 +03:00
|
|
|
, TreeSitter
|
2016-11-17 23:47:08 +03:00
|
|
|
, FDoc.Term
|
2016-11-18 01:17:26 +03:00
|
|
|
, FDoc.RecursionSchemes
|
2016-11-21 19:47:02 +03:00
|
|
|
, FDoc.NatExample
|
2016-10-06 04:47:47 +03:00
|
|
|
build-depends: base >= 4.8 && < 5
|
|
|
|
, aeson
|
2016-11-03 04:12:21 +03:00
|
|
|
, aeson-pretty
|
2017-02-03 21:32:52 +03:00
|
|
|
, array
|
2016-10-06 19:03:06 +03:00
|
|
|
, async-pool
|
2016-03-18 03:07:28 +03:00
|
|
|
, bifunctors
|
2015-12-15 19:47:52 +03:00
|
|
|
, blaze-html
|
2016-02-24 23:24:51 +03:00
|
|
|
, blaze-markup
|
2015-12-15 19:47:52 +03:00
|
|
|
, bytestring
|
2016-08-29 19:51:44 +03:00
|
|
|
, cmark
|
2016-10-06 04:47:47 +03:00
|
|
|
, comonad
|
2015-11-18 02:03:25 +03:00
|
|
|
, containers
|
2016-02-27 01:56:38 +03:00
|
|
|
, directory
|
2016-06-22 00:49:34 +03:00
|
|
|
, dlist
|
2016-02-17 00:09:58 +03:00
|
|
|
, filepath
|
2016-10-06 04:47:47 +03:00
|
|
|
, free
|
|
|
|
, gitlib
|
|
|
|
, gitlib-libgit2
|
2016-10-06 19:03:06 +03:00
|
|
|
, gitrev
|
2016-06-22 00:24:18 +03:00
|
|
|
, hashable
|
2016-06-24 18:10:18 +03:00
|
|
|
, kdt
|
2017-01-05 22:32:20 +03:00
|
|
|
, leancheck
|
2017-02-03 23:27:37 +03:00
|
|
|
, mersenne-random-pure64
|
2016-06-22 01:48:44 +03:00
|
|
|
, MonadRandom
|
2016-10-06 04:47:47 +03:00
|
|
|
, mtl
|
|
|
|
, optparse-applicative
|
2016-04-15 18:19:50 +03:00
|
|
|
, pointed
|
2016-10-06 04:47:47 +03:00
|
|
|
, protolude
|
|
|
|
, recursion-schemes
|
|
|
|
, regex-compat
|
2016-04-15 19:20:27 +03:00
|
|
|
, semigroups
|
2015-12-15 19:47:52 +03:00
|
|
|
, text >= 1.2.1.3
|
2016-02-17 00:09:58 +03:00
|
|
|
, text-icu
|
2016-04-15 05:00:00 +03:00
|
|
|
, these
|
2017-01-31 01:03:22 +03:00
|
|
|
, haskell-tree-sitter
|
2015-12-24 06:35:55 +03:00
|
|
|
, vector
|
2016-07-13 18:58:43 +03:00
|
|
|
, wl-pprint-text
|
2017-01-31 01:03:22 +03:00
|
|
|
, c
|
|
|
|
, go
|
|
|
|
, ruby
|
|
|
|
, javascript
|
2015-11-18 01:44:16 +03:00
|
|
|
default-language: Haskell2010
|
2016-10-13 01:28:46 +03:00
|
|
|
default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards, LambdaCase, StrictData
|
2017-02-04 00:52:33 +03:00
|
|
|
ghc-options: -Wall -fno-warn-name-shadowing -O2 -j
|
|
|
|
ghc-prof-options: -fprof-auto
|
2015-11-18 01:44:16 +03:00
|
|
|
|
2016-10-06 02:33:26 +03:00
|
|
|
executable semantic-diff
|
2016-10-06 02:17:46 +03:00
|
|
|
hs-source-dirs: app
|
|
|
|
main-is: Main.hs
|
2017-02-04 01:45:15 +03:00
|
|
|
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -A4m -n2m" -static -j -O2 -pgml=script/g++
|
2016-10-06 02:17:46 +03:00
|
|
|
cc-options: -DU_STATIC_IMPLEMENTATION=1
|
|
|
|
cpp-options: -DU_STATIC_IMPLEMENTATION=1
|
|
|
|
build-depends: base
|
|
|
|
, semantic-diff
|
|
|
|
default-language: Haskell2010
|
|
|
|
default-extensions: FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
|
|
|
|
|
2016-05-31 16:25:00 +03:00
|
|
|
benchmark semantic-diff-bench
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Main.hs
|
|
|
|
hs-source-dirs: bench
|
2016-10-06 02:17:46 +03:00
|
|
|
other-modules: SemanticDiffPar
|
2016-05-31 16:25:00 +03:00
|
|
|
build-depends: base
|
|
|
|
, criterion
|
2016-10-06 02:17:46 +03:00
|
|
|
, directory
|
2017-01-10 00:12:25 +03:00
|
|
|
, leancheck
|
2016-10-06 04:47:47 +03:00
|
|
|
, monad-par
|
2016-10-06 02:17:46 +03:00
|
|
|
, mtl
|
2016-05-31 16:25:00 +03:00
|
|
|
, semantic-diff
|
2016-10-06 02:17:46 +03:00
|
|
|
, text >= 1.2.1.3
|
2016-08-26 01:54:55 +03:00
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static -pgml=script/g++
|
2016-05-31 17:37:14 +03:00
|
|
|
default-language: Haskell2010
|
2016-10-06 02:17:46 +03:00
|
|
|
default-extensions: FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
|
2016-05-31 16:25:00 +03:00
|
|
|
|
2016-09-15 00:12:06 +03:00
|
|
|
test-suite test
|
2015-11-18 01:44:16 +03:00
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
hs-source-dirs: test
|
|
|
|
main-is: Spec.hs
|
2016-02-28 22:05:19 +03:00
|
|
|
other-modules: AlignmentSpec
|
2016-02-16 20:33:41 +03:00
|
|
|
, CorpusSpec
|
2016-07-26 10:56:52 +03:00
|
|
|
, Data.Mergeable.Spec
|
2016-06-23 16:51:47 +03:00
|
|
|
, Data.RandomWalkSimilarity.Spec
|
2016-06-27 20:12:06 +03:00
|
|
|
, Diff.Spec
|
2016-06-22 17:41:13 +03:00
|
|
|
, DiffSummarySpec
|
2016-01-05 19:27:14 +03:00
|
|
|
, InterpreterSpec
|
|
|
|
, PatchOutputSpec
|
2016-09-13 18:18:38 +03:00
|
|
|
, RangeSpec
|
2016-09-13 18:35:10 +03:00
|
|
|
, Source.Spec
|
2016-01-05 19:27:14 +03:00
|
|
|
, TermSpec
|
2017-02-14 22:29:24 +03:00
|
|
|
, TOCSpec
|
2017-02-22 01:02:31 +03:00
|
|
|
, IntegrationSpec
|
2017-01-06 00:41:23 +03:00
|
|
|
, Test.Hspec.LeanCheck
|
2017-02-03 23:57:05 +03:00
|
|
|
build-depends: array
|
|
|
|
, base
|
2016-03-22 01:53:57 +03:00
|
|
|
, bifunctors
|
2016-02-18 01:42:27 +03:00
|
|
|
, deepseq
|
2016-02-17 00:38:31 +03:00
|
|
|
, filepath
|
|
|
|
, Glob
|
2017-02-17 19:27:51 +03:00
|
|
|
, hspec >= 2.4.1
|
2017-01-08 07:16:27 +03:00
|
|
|
, hspec-core
|
2016-10-06 04:47:47 +03:00
|
|
|
, hspec-expectations-pretty-diff
|
2017-02-14 17:57:21 +03:00
|
|
|
, HUnit
|
2017-01-08 07:16:27 +03:00
|
|
|
, leancheck
|
2016-05-21 07:07:35 +03:00
|
|
|
, mtl
|
2016-10-06 04:47:47 +03:00
|
|
|
, protolude
|
2016-08-05 03:42:39 +03:00
|
|
|
, recursion-schemes >= 4.1
|
2015-12-04 17:15:54 +03:00
|
|
|
, semantic-diff
|
2015-12-15 22:53:03 +03:00
|
|
|
, text >= 1.2.1.3
|
2016-04-15 05:00:00 +03:00
|
|
|
, these
|
2016-08-05 03:43:10 +03:00
|
|
|
, vector
|
2016-08-26 01:54:55 +03:00
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++
|
2015-11-18 01:44:16 +03:00
|
|
|
default-language: Haskell2010
|
2016-08-11 19:29:17 +03:00
|
|
|
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
|
2015-11-18 01:44:16 +03:00
|
|
|
|
2016-10-06 02:17:46 +03:00
|
|
|
test-suite integration-test
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
hs-source-dirs: test
|
|
|
|
main-is: SpecIntegration.hs
|
2016-10-28 05:09:04 +03:00
|
|
|
other-modules: IntegrationFormatSpec
|
2016-10-06 02:17:46 +03:00
|
|
|
, JSONTestCase
|
2016-10-06 04:47:47 +03:00
|
|
|
build-depends: base
|
|
|
|
, aeson
|
2016-10-06 02:17:46 +03:00
|
|
|
, bytestring
|
2016-10-06 04:47:47 +03:00
|
|
|
, containers
|
2016-10-06 02:17:46 +03:00
|
|
|
, Glob
|
2017-02-17 19:27:51 +03:00
|
|
|
, hspec >= 2.4.1
|
2016-10-06 02:17:46 +03:00
|
|
|
, hspec-expectations-pretty-diff
|
2016-10-06 04:47:47 +03:00
|
|
|
, semantic-diff
|
2016-11-04 01:41:59 +03:00
|
|
|
, split
|
2016-10-19 20:12:14 +03:00
|
|
|
, MissingH
|
2016-10-28 04:23:31 +03:00
|
|
|
, unordered-containers
|
2016-10-06 02:17:46 +03:00
|
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++
|
|
|
|
default-language: Haskell2010
|
|
|
|
default-extensions: DeriveGeneric, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
|
|
|
|
|
2015-11-18 01:44:16 +03:00
|
|
|
source-repository head
|
|
|
|
type: git
|
2015-11-20 19:20:59 +03:00
|
|
|
location: https://github.com/github/semantic-diff
|