1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840
|
Name: darcs
version: 2.8.5
License: GPL
License-file: COPYING
Author: David Roundy <droundy@darcs.net>, <darcs-devel@darcs.net>
Maintainer: <darcs-devel@darcs.net>
Stability: Experimental
Category: Development
Synopsis: a distributed, interactive, smart revision control system
Description: Darcs is a free, open source revision control
system. It is:
.
* Distributed: Every user has access to the full
command set, removing boundaries between server and
client or committer and non-committers.
.
* Interactive: Darcs is easy to learn and efficient to
use because it asks you questions in response to
simple commands, giving you choices in your work
flow. You can choose to record one change in a file,
while ignoring another. As you update from upstream,
you can review each patch name, even the full "diff"
for interesting patches.
.
* Smart: Originally developed by physicist David
Roundy, darcs is based on a unique algebra of
patches.
.
This smartness lets you respond to changing demands
in ways that would otherwise not be possible. Learn
more about spontaneous branches with darcs.
Homepage: http://darcs.net/
Build-Type: Custom
Cabal-Version: >= 1.8
extra-source-files:
-- C headers
src/*.h src/Crypt/sha2.h
src/win32/send_email.h src/win32/sys/mman.h
-- The contrib directory would make a sensible 'darcs-contrib' package
contrib/_darcs.zsh, contrib/darcs_completion,
contrib/cygwin-wrapper.bash, contrib/update_roundup.pl, contrib/upload.cgi,
contrib/darcs-errors.hlint,
-- documentation files
doc/src/best_practices.tex, doc/src/building_darcs.tex, doc/src/configuring_darcs.tex,
doc/src/features.tex, doc/src/gpl.tex, doc/src/darcs.tex
doc/darcs.css
README, NEWS
-- release data
release/distributed-version, release/distributed-context
-- testsuite
tests/data/*.tgz tests/data/README
tests/data/*.dpatch
tests/data/convert/darcs1/*.dpatch tests/data/convert/darcs2/*.dpatch
tests/*.sh
tests/bin/trackdown-bisect-helper.hs
tests/bin/hspwd.hs
tests/network/*.sh
tests/lib
tests/data/example_binary.png
tests/README.test_maintainers.txt
GNUmakefile
source-repository head
type: darcs
location: http://darcs.net/
flag curl
description: Use libcurl for HTTP support.
flag http
description: Use the pure Haskell HTTP package for HTTP support.
flag network-uri
description: Get Network.URI from the network-uri package
default: True
flag static
description: Build static binary
default: False
flag terminfo
description: Use the terminfo package for enhanced console support.
flag threaded
description: Use threading and SMP support.
default: True
flag library
description: Build darcs library
default: True
flag executable
description: Build darcs executable
default: True
flag color
description: Use ansi color escapes.
flag mmap
description: Compile with mmap support.
flag hpc
default: False
flag test
default: False
description: Build test harness
-- We need optimizations by default, regardless of what Hackage says
flag optimize
default: True
description: Build with optimizations (-O2)
flag warn-as-error
default: False
description: Build with warnings-as-errors
-- If base >= 4.4 is used, the standard directory functions
-- do Unicode translation. Use a flag so we can
-- detect this situation and use a workaround.
flag force-char8-encoding
default: False
description: Allow base 4.5 or above on Unix. base 4.4 introduces a change in
the behaviour of filenames that requires API calls in
base 4.5 to workaround. So base 4.4 is not supported at all.
-- Note that the Setup script checks whether -liconv is necessary. This flag
-- lets us override that decision. When it is True, we use -liconv. When it
-- is False, we run tests to decide.
flag libiconv
Description: Explicitly link against the libiconv library.
Default: False
-- ----------------------------------------------------------------------
-- darcs library
-- ----------------------------------------------------------------------
Library
if !flag(library)
buildable: False
else
buildable: True
build-tools: ghc >= 6.10 && < 7.10
hs-source-dirs: src
include-dirs: src
cpp-options: -DGADT_WITNESSES=1
exposed-modules: CommandLine
Crypt.SHA256
Darcs.Annotate
Darcs.ArgumentDefaults
Darcs.Arguments
Darcs.Bug
Darcs.ColorPrinter
Darcs.Commands
Darcs.Commands.Add
Darcs.Commands.AmendRecord
Darcs.Commands.Annotate
Darcs.Commands.Apply
Darcs.CommandsAux
Darcs.Commands.Changes
Darcs.Commands.Check
Darcs.Commands.Convert
Darcs.Commands.Diff
Darcs.Commands.Dist
Darcs.Commands.Get
Darcs.Commands.GZCRCs
Darcs.Commands.Help
Darcs.Commands.Init
Darcs.Commands.MarkConflicts
Darcs.Commands.Move
Darcs.Commands.Optimize
Darcs.Commands.Pull
Darcs.Commands.Push
Darcs.Commands.Put
Darcs.Commands.Record
Darcs.Commands.Remove
Darcs.Commands.Replace
Darcs.Commands.Revert
Darcs.Commands.Rollback
Darcs.Commands.Send
Darcs.Commands.SetPref
Darcs.Commands.Show
Darcs.Commands.ShowAuthors
Darcs.Commands.ShowBug
Darcs.Commands.ShowContents
Darcs.Commands.ShowFiles
Darcs.Commands.ShowIndex
Darcs.Commands.ShowRepo
Darcs.Commands.ShowTags
Darcs.Commands.Tag
Darcs.Commands.Test
Darcs.Commands.TrackDown
Darcs.Commands.TransferMode
Darcs.Commands.Util
Darcs.Commands.Unrecord
Darcs.Commands.Unrevert
Darcs.Commands.WhatsNew
Darcs.Compat
Darcs.Diff
Darcs.Email
Darcs.External
Darcs.Flags
Darcs.Global
Darcs.IO
Darcs.Lock
Darcs.Match
Darcs.MonadProgress
Darcs.Patch
Darcs.Patch.Apply
Darcs.Patch.ApplyMonad
Darcs.Patch.Bracketed
Darcs.Patch.Bracketed.Instances
Darcs.Patch.Bundle
Darcs.Patch.Choices
Darcs.Patch.Commute
Darcs.Patch.Conflict
Darcs.Patch.ConflictMarking
Darcs.Patch.Depends
Darcs.Patch.Dummy
Darcs.Patch.Effect
Darcs.Patch.FileName
Darcs.Patch.FileHunk
Darcs.Patch.Format
Darcs.Patch.Info
Darcs.Patch.Inspect
Darcs.Patch.Invert
Darcs.Patch.Match
Darcs.Patch.MatchData
Darcs.Patch.Merge
Darcs.Patch.Named
Darcs.Patch.OldDate
Darcs.Patch.PatchInfoAnd
Darcs.Patch.Patchy
Darcs.Patch.Patchy.Instances
Darcs.Patch.Permutations
Darcs.Patch.Prim
Darcs.Patch.Prim.Class
Darcs.Patch.Prim.V1
Darcs.Patch.Prim.V1.Apply
Darcs.Patch.Prim.V1.Coalesce
Darcs.Patch.Prim.V1.Commute
Darcs.Patch.Prim.V1.Core
Darcs.Patch.Prim.V1.Details
Darcs.Patch.Prim.V1.Read
Darcs.Patch.Prim.V1.Show
Darcs.Patch.Prim.V3
Darcs.Patch.Prim.V3.ObjectMap
Darcs.Patch.Prim.V3.Apply
Darcs.Patch.Prim.V3.Coalesce
Darcs.Patch.Prim.V3.Commute
Darcs.Patch.Prim.V3.Core
Darcs.Patch.Prim.V3.Details
Darcs.Patch.Prim.V3.Read
Darcs.Patch.Prim.V3.Show
Darcs.Patch.Read
Darcs.Patch.ReadMonads
Darcs.Patch.RegChars
Darcs.Patch.Repair
Darcs.Patch.RepoPatch
Darcs.Patch.Set
Darcs.Patch.Show
Darcs.Patch.Split
Darcs.Patch.Summary
Darcs.Patch.SummaryData
Darcs.Patch.TokenReplace
Darcs.Patch.TouchesFiles
Darcs.Patch.Viewing
Darcs.Patch.V1
Darcs.Patch.V1.Apply
Darcs.Patch.V1.Commute
Darcs.Patch.V1.Core
Darcs.Patch.V1.Read
Darcs.Patch.V1.Show
Darcs.Patch.V1.Viewing
Darcs.Patch.V2
Darcs.Patch.V2.Non
Darcs.Patch.V2.Real
Darcs.PrintPatch
Darcs.ProgressPatches
Darcs.RemoteApply
Darcs.RepoPath
Darcs.Repository
Darcs.Repository.ApplyPatches
Darcs.Repository.Cache
Darcs.Repository.Format
Darcs.Repository.HashedIO
Darcs.Repository.HashedRepo
Darcs.Repository.Internal
Darcs.Repository.LowLevel
Darcs.Repository.Merge
Darcs.Repository.InternalTypes
Darcs.Repository.Motd
Darcs.Repository.Old
Darcs.Repository.Prefs
Darcs.Repository.Repair
Darcs.Repository.State
Darcs.Resolution
Darcs.RunCommand
Darcs.SelectChanges
Darcs.SignalHandler
Darcs.Ssh
Darcs.Test
Darcs.TheCommands
Darcs.URL
Darcs.Utils
Darcs.Witnesses.Eq
Darcs.Witnesses.Ordered
Darcs.Witnesses.Sealed
Darcs.Witnesses.Show
Darcs.Witnesses.Unsafe
Darcs.Witnesses.WZipper
DateMatcher
Encoding
English
Exec
ByteStringUtils
IsoDate
Lcs
Printer
Progress
Ratified
SHA1
URL
URL.Request
URL.HTTP
Workaround
other-modules: Version
URL.Curl
c-sources: src/atomic_create.c
src/fpstring.c
src/maybe_relink.c
src/umask.c
src/Crypt/sha2.c
src/system_encoding.c
cc-options: -D_REENTRANT
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
Encoding.Win32
System.Posix
System.Posix.Files
System.Posix.IO
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2,
Win32 >= 2.0,
regex-posix >= 0.95.1
else
other-modules: Encoding.IConv
c-sources: src/h_iconv.c
build-depends: utf8-string >= 0.3.6 && < 0.4
if os(solaris)
cc-options: -DHAVE_SIGINFO_H
if os(windows)
build-depends: base >= 4 && < 4.8
else
if flag(force-char8-encoding)
build-depends: base >= 4.5 && < 4.8
cpp-options: -DFORCE_CHAR8_ENCODING
else
build-depends: base >= 4 && < 4.4
build-depends: extensible-exceptions >= 0.1 && < 0.2,
regex-compat >= 0.95.1,
mtl >= 1.0 && < 2.3,
parsec >= 2.0 && < 3.2,
html == 1.0.*,
filepath >= 1.1.0.0 && < 1.5.0.0,
haskeline >= 0.6.3 && < 0.8,
hashed-storage >= 0.5.6 && < 0.6,
vector >= 0.7,
tar >= 0.3 && < 0.5
if impl(ghc<7.0)
-- haskeline 0.6.4.7 doesn't build with ghc 6.12
build-depends: haskeline <= 0.6.4.6
if !os(windows)
build-depends: unix >= 1.0 && < 2.8
build-depends: bytestring >= 0.9.0 && < 0.11,
text >= 0.11.0.6 && < 1.2,
old-time >= 1.0 && < 1.2,
directory >= 1.0.0.0 && < 1.3.0.0,
process >= 1.0.0.0 && < 1.3.0.0,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.6,
random == 1.0.*
if flag(optimize)
ghc-options: -O2
else
ghc-options: -O0
if flag(warn-as-error)
ghc-options: -Werror
-- Note: "if true" works around a cabal bug with order of flag composition
if true
ghc-options: -Wall -funbox-strict-fields -fwarn-tabs
ghc-prof-options: -prof -auto-all
if flag(hpc)
ghc-prof-options: -fhpc -hpcdir dist/hpc/libdarcs
if flag(curl)
extra-libraries: curl
includes: curl/curl.h
cpp-options: -DHAVE_CURL
c-sources: src/hscurl.c
cc-options: -DHAVE_CURL
if flag(http)
build-depends: HTTP >= 4000.0.8 && < 4000.3
cpp-options: -DHAVE_HTTP
x-have-http:
if flag(network-uri)
build-depends: network >= 2.6, network-uri >= 2.6
else
build-depends: network >= 2.2, network < 2.6
if (!flag(curl) && !flag(http))
buildable: False
if flag(mmap) && !os(windows)
build-depends: mmap >= 0.5 && < 0.6
cpp-options: -DHAVE_MMAP
build-depends: zlib >= 0.5.1.0 && < 0.6.0.0
-- The terminfo package cannot be built on Windows.
if flag(terminfo) && !os(windows)
build-depends: terminfo == 0.3.*
cpp-options: -DHAVE_TERMINFO
if flag(color)
x-use-color:
-- if true to work around cabal bug with flag ordering
if true
extensions:
CPP
BangPatterns
PatternGuards
GADTs
TypeOperators
FlexibleContexts
FlexibleInstances
ScopedTypeVariables
KindSignatures
RankNTypes
TypeFamilies
if impl(ghc>=7.0)
extensions:
NoMonoLocalBinds
if impl(ghc>=7.6)
-- in ghc < 7.6 we need to import Prelude hiding (catch)
-- in ghc >= 7.6 catch isn't in Prelude
ghc-options: -fno-warn-dodgy-imports
-- ----------------------------------------------------------------------
-- darcs itself
-- ----------------------------------------------------------------------
Executable darcs
if !flag(executable)
buildable: False
else
buildable: True
build-tools: ghc >= 6.10 && < 7.10
main-is: darcs.hs
hs-source-dirs: src
include-dirs: src
c-sources: src/atomic_create.c
src/fpstring.c
src/maybe_relink.c
src/umask.c
src/Crypt/sha2.c
src/system_encoding.c
if flag(optimize)
ghc-options: -O2
else
ghc-options: -O0
if flag(warn-as-error)
ghc-options: -Werror
-- Note: "if true" works around a cabal bug with order of flag composition
if true
ghc-options: -Wall -funbox-strict-fields -fwarn-tabs
ghc-prof-options: -prof -auto-all
if flag(threaded)
ghc-options: -threaded
if flag(static)
ghc-options: -static -optl-static -optl-pthread
if flag(hpc)
ghc-prof-options: -fhpc -hpcdir dist/hpc/darcs
cc-options: -D_REENTRANT
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
System.Posix
System.Posix.Files
System.Posix.IO
Preproc
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2,
Win32 >= 2.0,
regex-posix >= 0.95.1
else
c-sources: src/h_iconv.c
build-depends: utf8-string >= 0.3.6 && < 0.4
-- need to list this explicitly to get cabal to run hsc2hs
other-modules: Encoding.IConv
if os(solaris)
cc-options: -DHAVE_SIGINFO_H
if os(windows)
build-depends: base >= 4 && < 4.8
else
if flag(force-char8-encoding)
build-depends: base >= 4.5 && < 4.8
cpp-options: -DFORCE_CHAR8_ENCODING
else
build-depends: base >= 4 && < 4.4
build-depends: extensible-exceptions >= 0.1 && < 0.2,
regex-compat >= 0.95.1,
mtl >= 1.0 && < 2.3,
parsec >= 2.0 && < 3.2,
html == 1.0.*,
filepath >= 1.1.0.0 && < 1.5.0.0,
haskeline >= 0.6.3 && < 0.8,
hashed-storage >= 0.5.6 && < 0.6,
vector >= 0.7,
tar >= 0.3 && < 0.5
if impl(ghc<7.0)
-- haskeline 0.6.4.7 doesn't build with ghc 6.12
build-depends: haskeline <= 0.6.4.6
if !os(windows)
build-depends: unix >= 1.0 && < 2.8
build-depends: bytestring >= 0.9.0 && < 0.11,
text >= 0.11.0.6 && < 1.2,
old-time >= 1.0 && < 1.2,
directory >= 1.0.0.0 && < 1.3.0.0,
process >= 1.0.0.0 && < 1.3.0.0,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.6,
random == 1.0.*
if flag(curl)
extra-libraries: curl
includes: curl/curl.h
cpp-options: -DHAVE_CURL
c-sources: src/hscurl.c
cc-options: -DHAVE_CURL
if flag(http)
build-depends: HTTP >= 4000.0.8 && < 4000.3
cpp-options: -DHAVE_HTTP
x-have-http:
if flag(network-uri)
build-depends: network >= 2.6, network-uri >= 2.6
else
build-depends: network >= 2.2, network < 2.6
if (!flag(curl) && !flag(http))
buildable: False
if flag(mmap) && !os(windows)
build-depends: mmap >= 0.5 && < 0.6
cpp-options: -DHAVE_MMAP
build-depends: zlib >= 0.5.1.0 && < 0.6.0.0
-- The terminfo package cannot be built on Windows.
if flag(terminfo) && !os(windows)
build-depends: terminfo == 0.3.*
cpp-options: -DHAVE_TERMINFO
if flag(color)
x-use-color:
-- if true to work around cabal bug with flag ordering
if true
extensions:
CPP
BangPatterns
PatternGuards
GADTs
TypeOperators
FlexibleContexts
FlexibleInstances
ScopedTypeVariables
KindSignatures
RankNTypes
TypeFamilies
if impl(ghc>=7.0)
extensions:
NoMonoLocalBinds
if impl(ghc>=7.6)
-- in ghc < 7.6 we need to import Prelude hiding (catch)
-- in ghc >= 7.6 catch isn't in Prelude
ghc-options: -fno-warn-dodgy-imports
-- ----------------------------------------------------------------------
-- unit test driver
-- ----------------------------------------------------------------------
Executable darcs-test
main-is: test.hs
build-tools: ghc >= 6.10 && < 7.10
if !flag(test)
buildable: False
else
buildable: True
build-depends: extensible-exceptions >= 0.1 && < 0.2,
regex-compat >= 0.95.1,
mtl >= 1.0 && < 2.3,
parsec >= 2.0 && < 3.2,
html == 1.0.*,
filepath >= 1.1.0.0 && < 1.5.0.0,
FindBin >= 0.0 && < 0.1,
QuickCheck >= 2.3,
HUnit >= 1.0,
cmdlib >= 0.2.1 && < 0.4,
shellish >= 0.1.3 && < 0.2,
test-framework >= 0.4.0,
test-framework-hunit >= 0.2.2,
test-framework-quickcheck2 >= 0.2.8
hs-source-dirs: src
include-dirs: src
c-sources: src/atomic_create.c
src/fpstring.c
src/maybe_relink.c
src/umask.c
src/Crypt/sha2.c
src/system_encoding.c
-- list all unit test modules not exported by libdarcs; otherwise Cabal won't
-- include them in the tarball
other-modules: Darcs.Test.Email
Darcs.Test.Patch.Check
Darcs.Test.Patch.Examples.Set1
Darcs.Test.Patch.Examples.Set2Unwitnessed
Darcs.Test.Patch.WSub
Darcs.Test.Patch.Info
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.Real
Darcs.Test.Patch.Arbitrary.Generic
Darcs.Test.Patch.Arbitrary.Real
Darcs.Test.Patch.Arbitrary.PrimV1
Darcs.Test.Patch.Arbitrary.PrimV3
Darcs.Test.Patch.Arbitrary.PatchV1
Darcs.Test.Patch.RepoModel
Darcs.Test.Patch.Utils
Darcs.Test.Patch.V1Model
Darcs.Test.Patch.V3Model
Darcs.Test.Patch.WithState
Darcs.Test.Patch
Darcs.Test.Misc
Darcs.Test.Util.TestResult
Darcs.Test.Util.QuickCheck
if flag(optimize)
ghc-options: -O2
else
ghc-options: -O0
if flag(warn-as-error)
ghc-options: -Werror
-- Note: "if true" works around a cabal bug with order of flag composition
if true
ghc-options: -Wall -funbox-strict-fields -fwarn-tabs
ghc-prof-options: -prof -auto-all
if flag(threaded)
ghc-options: -threaded
if flag(curl)
extra-libraries: curl
includes: curl/curl.h
cpp-options: -DHAVE_CURL
c-sources: src/hscurl.c
cc-options: -DHAVE_CURL
if flag(hpc)
ghc-prof-options: -fhpc -hpcdir dist/hpc/darcs-test
cc-options: -D_REENTRANT
cpp-options: -DGADT_WITNESSES=1
if os(windows)
hs-source-dirs: src/win32
include-dirs: src/win32
other-modules: CtrlC
System.Posix
System.Posix.Files
System.Posix.IO
cpp-options: -DWIN32
c-sources: src/win32/send_email.c
build-depends: unix-compat >= 0.1.2,
Win32 >= 2.0,
regex-posix >= 0.95.1
else
c-sources: src/h_iconv.c
build-depends: utf8-string >= 0.3.6 && < 0.4
-- need to list this explicitly to get cabal to run hsc2hs
other-modules: Encoding.IConv
if os(solaris)
cc-options: -DHAVE_SIGINFO_H
if os(windows)
build-depends: base >= 4 && < 4.8
else
if flag(force-char8-encoding)
build-depends: base >= 4.5 && < 4.8
cpp-options: -DFORCE_CHAR8_ENCODING
else
build-depends: base >= 4 && < 4.4
if !os(windows)
build-depends: unix >= 1.0 && < 2.8
build-depends: bytestring >= 0.9.0 && < 0.11,
haskeline >= 0.6.3 && < 0.8,
text >= 0.11.0.6 && < 1.2,
old-time >= 1.0 && < 1.2,
directory >= 1.0.0.0 && < 1.3.0.0,
process >= 1.0.0.0 && < 1.3.0.0,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.6,
hashed-storage >= 0.5.6 && < 0.6,
vector >= 0.7,
tar >= 0.3 && < 0.5,
random == 1.0.*
if impl(ghc<7.0)
-- haskeline 0.6.4.7 doesn't build with ghc 6.12
build-depends: haskeline <= 0.6.4.6
if flag(mmap) && !os(windows)
build-depends: mmap >= 0.5 && < 0.6
cpp-options: -DHAVE_MMAP
build-depends: zlib >= 0.5.1.0 && < 0.6.0.0
-- The terminfo package cannot be built on Windows.
if flag(terminfo) && !os(windows)
build-depends: terminfo == 0.3.*
cpp-options: -DHAVE_TERMINFO
if flag(http)
build-depends: HTTP >= 4000.0.8 && < 4000.3
if flag(network-uri)
build-depends: network >= 2.6, network-uri >= 2.6
else
build-depends: network >= 2.2, network < 2.6
if flag(color)
x-use-color:
-- if true to work around cabal bug with flag ordering
if true
extensions:
CPP
BangPatterns
PatternGuards
GADTs
TypeOperators
FlexibleContexts
FlexibleInstances
ScopedTypeVariables
KindSignatures
RankNTypes
TypeFamilies
if impl(ghc>=7.0)
extensions:
NoMonoLocalBinds
if impl(ghc>=7.6)
-- in ghc < 7.6 we need to import Prelude hiding (catch)
-- in ghc >= 7.6 catch isn't in Prelude
ghc-options: -fno-warn-dodgy-imports
|