-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
194 changed files
with
7,061 additions
and
9,192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Cabal-Version: 2.4 | ||
Name: darcs | ||
version: 2.18.5 | ||
version: 2.19.1 | ||
License: GPL-2.0-or-later | ||
License-file: COPYING | ||
Author: David Roundy <[email protected]>, <[email protected]> | ||
|
@@ -61,9 +61,6 @@ extra-source-files: | |
release/distributed-version | ||
release/distributed-context | ||
|
||
-- bundled shelly (the bare minimum required) | ||
shelly/LICENSE | ||
|
||
-- testsuite | ||
tests/data/*.tgz | ||
tests/data/README | ||
|
@@ -123,8 +120,8 @@ flag warn-as-error | |
-- ---------------------------------------------------------------------- | ||
|
||
custom-setup | ||
setup-depends: base >= 4.10 && < 4.20, | ||
Cabal >= 2.4 && < 3.11, | ||
setup-depends: base >= 4.10 && < 4.21, | ||
Cabal >= 2.4 && < 3.13, | ||
process >= 1.2.3.0 && < 1.7, | ||
filepath >= 1.4.1 && < 1.5.0.0, | ||
directory >= 1.2.7 && < 1.4 | ||
|
@@ -416,7 +413,7 @@ Library | |
build-depends: unix >= 2.7.1.0 && < 2.9, | ||
directory >= 1.2.7 && < 1.4 | ||
|
||
build-depends: base >= 4.10 && < 4.20, | ||
build-depends: base >= 4.10 && < 4.21, | ||
safe >= 0.3.20 && < 0.4, | ||
stm >= 2.1 && < 2.6, | ||
binary >= 0.5 && < 0.11, | ||
|
@@ -448,7 +445,7 @@ Library | |
async >= 2.0.2 && < 2.3, | ||
constraints >= 0.11 && < 0.15, | ||
unix-compat >= 0.6 && < 0.8, | ||
bytestring >= 0.10.6 && < 0.13, | ||
bytestring >= 0.11.3.0 && < 0.13, | ||
old-time >= 1.1.0.3 && < 1.2, | ||
time >= 1.9 && < 1.15, | ||
text >= 1.2.1.3 && < 2.2, | ||
|
@@ -458,6 +455,7 @@ Library | |
hashable >= 1.2.3.3 && < 1.5, | ||
mmap >= 0.5.9 && < 0.6, | ||
zlib >= 0.6.1.2 && < 0.8, | ||
xml >= 1.3.14 && < 1.4, | ||
network-uri >= 2.6 && < 2.8, | ||
network >= 2.6 && < 3.3, | ||
conduit >= 1.3.0 && < 1.4, | ||
|
@@ -483,12 +481,12 @@ Library | |
|
||
ghc-options: -Wall -funbox-strict-fields -fwarn-tabs | ||
|
||
-- It's a deliberate choice to use NoMonoLocalBinds and tolerate this warning long-term, | ||
-- as otherwise we'd need 10s of extra type signatures in our code. | ||
-- See https://mail.haskell.org/pipermail/glasgow-haskell-users/2010-November/019464.html | ||
if impl(ghc >= 9.4.1) | ||
ghc-options: -Wno-gadt-mono-local-binds | ||
|
||
if impl(ghc >= 9.0.1) | ||
ghc-options: -Wno-star-is-type | ||
|
||
-- The terminfo package cannot be built on Windows. | ||
if flag(terminfo) && !os(windows) | ||
build-depends: terminfo >= 0.4.0.2 && < 0.5 | ||
|
@@ -573,7 +571,7 @@ test-suite darcs-test | |
type: exitcode-stdio-1.0 | ||
default-language: Haskell2010 | ||
main-is: test.hs | ||
hs-source-dirs: harness, shelly/src | ||
hs-source-dirs: harness | ||
|
||
if os(windows) | ||
cpp-options: -DWIN32 | ||
|
@@ -603,17 +601,7 @@ test-suite darcs-test | |
test-framework-leancheck >= 0.0.1 && < 0.1, | ||
vector, | ||
zip-archive, | ||
-- additional dependencies needed by the shelly modules | ||
async, | ||
exceptions, | ||
monad-control >= 0.3.2 && < 1.1, | ||
process, | ||
system-filepath >= 0.4.7 && < 0.5, | ||
-- exclude 0.3.16.5 which fails to build on Windows | ||
system-fileio < 0.3.16.5 || > 0.3.16.5 && < 0.4, | ||
time, | ||
transformers-base, | ||
unix-compat, | ||
shelly, | ||
|
||
-- the tests shell out to a built darcs binary, so we depend on it to make | ||
-- sure that it's built. It's not actually required for build, just at runtime, | ||
|
@@ -627,25 +615,23 @@ test-suite darcs-test | |
Darcs.Test.Patch.Check | ||
Darcs.Test.Patch.Depends | ||
Darcs.Test.Patch.Examples.Set1 | ||
Darcs.Test.Patch.Examples.Set2Unwitnessed | ||
Darcs.Test.Patch.Examples.Set2 | ||
Darcs.Test.Patch.Examples.Unwind | ||
Darcs.Test.Patch.WSub | ||
Darcs.Test.Patch.Info | ||
Darcs.Test.Patch.Properties | ||
Darcs.Test.Patch.Properties.V1Set1 | ||
Darcs.Test.Patch.Properties.V1Set2 | ||
Darcs.Test.Patch.Properties.Generic | ||
Darcs.Test.Patch.Properties.GenericUnwitnessed | ||
Darcs.Test.Patch.Properties.Check | ||
Darcs.Test.Patch.Properties.RepoPatch | ||
Darcs.Test.Patch.Properties.Mergeable | ||
Darcs.Test.Patch.Properties.RepoPatchV3 | ||
Darcs.Test.Patch.Arbitrary.Generic | ||
Darcs.Test.Patch.Arbitrary.Named | ||
Darcs.Test.Patch.Arbitrary.NamedPrim | ||
Darcs.Test.Patch.Arbitrary.PatchTree | ||
Darcs.Test.Patch.Arbitrary.PrimFileUUID | ||
Darcs.Test.Patch.Arbitrary.PrimV1 | ||
Darcs.Test.Patch.Arbitrary.RepoPatch | ||
Darcs.Test.Patch.Arbitrary.Mergeable | ||
Darcs.Test.Patch.Arbitrary.RepoPatchV1 | ||
Darcs.Test.Patch.Arbitrary.RepoPatchV2 | ||
Darcs.Test.Patch.Arbitrary.RepoPatchV3 | ||
|
@@ -681,9 +667,6 @@ test-suite darcs-test | |
Darcs.Test.UI.Commands.Test.Simple | ||
Darcs.Test.Util.TestResult | ||
Darcs.Test.Util.QuickCheck | ||
Shelly | ||
Shelly.Base | ||
Shelly.Find | ||
|
||
if flag(warn-as-error) | ||
ghc-options: -Werror | ||
|
@@ -693,9 +676,6 @@ test-suite darcs-test | |
if impl(ghc >= 9.4.1) | ||
ghc-options: -Wno-gadt-mono-local-binds | ||
|
||
if impl(ghc >= 9.0.1) | ||
ghc-options: -Wno-star-is-type | ||
|
||
if flag(threaded) | ||
ghc-options: -threaded | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.