Cabal revisions of diff-loc-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0-name: diff-loc-version: 0.1.0.0-synopsis: Map file locations across diffs-description: See "DiffLoc".-homepage: https://gitlab.com/lysxia/diff-loc-license: MIT-license-file: LICENSE-author: Li-yao Xia-maintainer: lysxia@gmail.com-copyright: 2022 Li-yao Xia-category: Data-build-type: Simple-extra-doc-files: CHANGELOG.md README.md--common warnings- ghc-options: -Wall--flag test- description: Enable test module.- default: False- manual: True--library- import: warnings- exposed-modules:- DiffLoc- DiffLoc.Colline- DiffLoc.Diff- DiffLoc.Index- DiffLoc.Interval- DiffLoc.Shift- DiffLoc.Starter- DiffLoc.Unsafe- build-depends:- fingertree,- show-combinators,- base >=4.14 && < 4.18- hs-source-dirs: src- default-language: Haskell2010- if flag(test)- exposed-modules:- DiffLoc.Test- build-depends:- QuickCheck,- quickcheck-higherorder+cabal-version: 3.0 +name: diff-loc +version: 0.1.0.0 +x-revision: 1 +synopsis: Map file locations across diffs +description: See "DiffLoc". +homepage: https://gitlab.com/lysxia/diff-loc +license: MIT +license-file: LICENSE +author: Li-yao Xia +maintainer: lysxia@gmail.com +copyright: 2022 Li-yao Xia +category: Data +build-type: Simple +extra-doc-files: CHANGELOG.md README.md + +common warnings + ghc-options: -Wall + +flag test + description: Enable test module. + default: False + manual: True + +library + import: warnings + exposed-modules: + DiffLoc + DiffLoc.Colline + DiffLoc.Diff + DiffLoc.Index + DiffLoc.Interval + DiffLoc.Shift + DiffLoc.Starter + DiffLoc.Unsafe + build-depends: + fingertree, + show-combinators, + base >=4.14 && < 4.19 + hs-source-dirs: src + default-language: Haskell2010 + if flag(test) + exposed-modules: + DiffLoc.Test + build-depends: + QuickCheck, + quickcheck-higherorder
revision 2
cabal-version: 3.0 name: diff-loc version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Map file locations across diffs description: See "DiffLoc". homepage: https://gitlab.com/lysxia/diff-loc build-depends: fingertree, show-combinators, - base >=4.14 && < 4.19 + base >=4.14 && < 4.20 hs-source-dirs: src default-language: Haskell2010 if flag(test)
revision 3
cabal-version: 3.0 name: diff-loc version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Map file locations across diffs description: See "DiffLoc". homepage: https://gitlab.com/lysxia/diff-loc build-depends: fingertree, show-combinators, - base >=4.14 && < 4.20 + base >=4.14 && < 4.22 hs-source-dirs: src default-language: Haskell2010 if flag(test)
revision 4
cabal-version: 3.0 name: diff-loc version: 0.1.0.0 -x-revision: 3 +x-revision: 4 synopsis: Map file locations across diffs description: See "DiffLoc". homepage: https://gitlab.com/lysxia/diff-loc build-depends: fingertree, show-combinators, - base >=4.14 && < 4.22 + base >=4.14 && < 4.23 hs-source-dirs: src default-language: Haskell2010 if flag(test)