1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00
semantic/semantic-diff.cabal

203 lines
7.6 KiB
Plaintext
Raw Normal View History

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
, Data.Bifunctor.Join.Arbitrary
, Data.Functor.Both
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
2016-02-28 21:36:32 +03:00
, Diff
, Diff.Arbitrary
, 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
, Language.JavaScript
2016-09-14 09:08:27 +03:00
, Language.Markdown
2016-10-19 18:22:10 +03:00
, Language.Ruby
2016-02-28 21:36:32 +03:00
, Parser
2015-11-18 05:21:51 +03:00
, Patch
, Patch.Arbitrary
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
, Renderer.Patch
2016-02-25 23:32:39 +03:00
, Renderer.Split
2016-05-18 19:01:16 +03:00
, Renderer.Summary
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
2016-06-01 16:03:15 +03:00
, Term.Arbitrary
2015-12-17 20:54:27 +03:00
, TreeSitter
2016-10-06 04:47:47 +03:00
build-depends: base >= 4.8 && < 5
, aeson
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
, 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
, kdt
2016-06-22 01:48:44 +03:00
, MonadRandom
2016-10-06 04:47:47 +03:00
, mtl
, optparse-applicative
, pointed
2016-10-06 04:47:47 +03:00
, protolude
2016-06-01 16:18:31 +03:00
, QuickCheck >= 2.8.1
2016-10-06 04:47:47 +03:00
, quickcheck-instances
2016-06-01 16:18:31 +03:00
, quickcheck-text
2016-10-06 04:47:47 +03:00
, recursion-schemes
, regex-compat
, semigroups
2015-12-15 19:47:52 +03:00
, text >= 1.2.1.3
, text-icu
, these
2015-12-17 22:49:28 +03:00
, tree-sitter-parsers
2015-12-24 06:35:55 +03:00
, vector
, wl-pprint-text
2015-11-18 01:44:16 +03:00
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards, LambdaCase, StrictData
ghc-options: -Wall -fno-warn-name-shadowing -O2 -fprof-auto -j
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
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -j -O2 -pgml=script/g++
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
executable generate-test-cases
hs-source-dirs: app, test
main-is: GenerateTestCases.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -j -pgml=script/g++
cc-options: -DU_STATIC_IMPLEMENTATION=1
cpp-options: -DU_STATIC_IMPLEMENTATION=1
other-modules: JSONTestCase
build-depends: base
, aeson
, aeson-pretty
, bytestring
, containers
, Glob
2016-10-06 04:47:47 +03:00
, MissingH
, optparse-applicative
, process
2016-10-06 02:17:46 +03:00
, semantic-diff
, text >= 1.2.1.3
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards, LambdaCase
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
2016-10-06 04:47:47 +03:00
, monad-par
2016-10-06 02:17:46 +03:00
, mtl
, QuickCheck >= 2.8.1
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
, 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
, InterpreterSpec
, PatchOutputSpec
2016-09-13 18:18:38 +03:00
, RangeSpec
2016-09-13 18:35:10 +03:00
, Source.Spec
, TermSpec
2015-11-18 01:44:16 +03:00
build-depends: 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
2015-12-15 22:53:03 +03:00
, hspec >= 2.1.10
2016-10-06 04:47:47 +03:00
, hspec-expectations-pretty-diff
2016-05-21 07:07:35 +03:00
, mtl
2016-10-06 04:47:47 +03:00
, protolude
2015-12-15 22:53:03 +03:00
, QuickCheck >= 2.8.1
, quickcheck-text
, 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
, these
, 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
other-modules: SemanticGitDiffSpec
, 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
, hspec >= 2.1.10
, hspec-expectations-pretty-diff
2016-10-06 04:47:47 +03:00
, semantic-diff
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