-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade all cabal files to version 3.0
- Loading branch information
1 parent
0e571e2
commit aef4a6c
Showing
36 changed files
with
90 additions
and
89 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
packages/distributed-process-async/distributed-process-async.cabal
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
1 change: 1 addition & 0 deletions
1
packages/distributed-process-client-server/tests/ManagedProcessCommon.hs
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
1 change: 1 addition & 0 deletions
1
packages/distributed-process-client-server/tests/TestManagedProcess.hs
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,3 +1,4 @@ | ||
{-# LANGUAGE CPP #-} | ||
{-# LANGUAGE ScopedTypeVariables #-} | ||
{-# LANGUAGE RecordWildCards #-} | ||
|
||
|
1 change: 1 addition & 0 deletions
1
packages/distributed-process-client-server/tests/TestPrioritisedProcess.hs
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,14 +1,13 @@ | ||
cabal-version: 3.0 | ||
name: distributed-process-execution | ||
version: 0.1.2.2 | ||
cabal-version: >=1.8 | ||
build-type: Simple | ||
license: BSD3 | ||
license: BSD-3-Clause | ||
license-file: LICENCE | ||
stability: experimental | ||
Copyright: Tim Watson 2012 - 2013 | ||
Author: Tim Watson | ||
Maintainer: Tim Watson <[email protected]> | ||
Stability: experimental | ||
Homepage: http://github.com/haskell-distributed/distributed-process-execution | ||
Bug-Reports: http://github.com/haskell-distributed/distributed-process-execution/issues | ||
synopsis: Execution Framework for The Cloud Haskell Application Platform | ||
|
@@ -18,7 +17,6 @@ description: | |
for event management, mailbox buffering and message routing. | ||
category: Control | ||
tested-with: GHC == 7.4.2 GHC == 7.6.2 | ||
data-dir: "" | ||
extra-source-files: ChangeLog | ||
|
||
source-repository head | ||
|
@@ -48,7 +46,6 @@ library | |
derive == 2.5.5, | ||
uniplate == 1.6.12, | ||
ghc-prim | ||
extensions: CPP | ||
hs-source-dirs: src | ||
ghc-options: -Wall | ||
exposed-modules: | ||
|
@@ -98,7 +95,6 @@ test-suite ExchangeTests | |
hs-source-dirs: | ||
tests | ||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind -eventlog | ||
extensions: CPP | ||
main-is: TestExchange.hs | ||
|
||
|
||
|
@@ -138,6 +134,5 @@ test-suite MailboxTests | |
hs-source-dirs: | ||
tests | ||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind -eventlog | ||
extensions: CPP | ||
main-is: TestMailbox.hs | ||
other-modules: MailboxTestFilters |
1 change: 1 addition & 0 deletions
1
packages/distributed-process-execution/src/Control/Distributed/Process/Execution/Mailbox.hs
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
1 change: 1 addition & 0 deletions
1
packages/distributed-process-execution/tests/MailboxTestFilters.hs
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,3 +1,4 @@ | ||
{-# LANGUAGE CPP #-} | ||
{-# LANGUAGE TemplateHaskell #-} | ||
{-# LANGUAGE ScopedTypeVariables #-} | ||
|
||
|
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
1 change: 1 addition & 0 deletions
1
packages/distributed-process-extras/src/Control/Distributed/Process/Extras/SystemLog.hs
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,3 +1,4 @@ | ||
{-# LANGUAGE CPP #-} | ||
{-# LANGUAGE TemplateHaskell #-} | ||
{-# LANGUAGE ScopedTypeVariables #-} | ||
|
||
|
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,3 +1,4 @@ | ||
{-# LANGUAGE CPP #-} | ||
{-# LANGUAGE DeriveDataTypeable #-} | ||
{-# LANGUAGE TemplateHaskell #-} | ||
|
||
|
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,4 +1,5 @@ | ||
{-# OPTIONS_GHC -Wno-orphans #-} | ||
{-# LANGUAGE CPP #-} | ||
module Main where | ||
|
||
#if ! MIN_VERSION_base(4,6,0) | ||
|
4 changes: 2 additions & 2 deletions
4
packages/distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal
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
1 change: 1 addition & 0 deletions
1
packages/distributed-process-supervisor/src/Control/Distributed/Process/Supervisor.hs
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
1 change: 1 addition & 0 deletions
1
packages/distributed-process-supervisor/tests/TestSupervisor.hs
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
4 changes: 2 additions & 2 deletions
4
packages/distributed-process-systest/distributed-process-systest.cabal
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,16 +1,16 @@ | ||
cabal-version: 3.0 | ||
name: distributed-process-systest | ||
version: 0.3.1 | ||
synopsis: Cloud Haskell Test Support | ||
description: Testing Frameworks and Capabilities for programs built on Cloud Haskell | ||
homepage: http://github.com/haskell-distributed/distributed-process-systest | ||
license: BSD3 | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
Author: Tim Watson | ||
Maintainer: [email protected] | ||
copyright: Tim Watson | ||
category: Control, Cloud Haskell | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
|
||
source-repository head | ||
type: git | ||
|
4 changes: 2 additions & 2 deletions
4
packages/distributed-process-tests/distributed-process-tests.cabal
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,16 +1,16 @@ | ||
cabal-version: 3.0 | ||
name: distributed-process-tests | ||
version: 0.4.12 | ||
synopsis: Tests and test support tools for distributed-process. | ||
homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests | ||
description: Tests and test suite for Cloud Haskell libraries. | ||
license: BSD3 | ||
license: BSD-3-Clause | ||
license-file: LICENSE | ||
Author: Duncan Coutts, Nicolas Wu, Edsko de Vries | ||
Maintainer: Tim Watson <[email protected]> | ||
copyright: Well-Typed LLP | ||
category: Control, Cloud Haskell | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
|
||
flag tcp | ||
Description: build and run TCP tests | ||
|
Oops, something went wrong.