Skip to content

Commit

Permalink
Move test script to the CH backend
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Jul 27, 2012
1 parent 43836df commit 9597323
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
17 changes: 0 additions & 17 deletions azure-service-api/azure-service-api.cabal
Expand Up @@ -31,20 +31,3 @@ Library
HS-Source-Dirs: src
ghc-options: -Wall
Extensions: RankNTypes

Executable hs-azure-service-api
Main-Is: src/Network/Azure/ServiceManagement/CommandLine.hs
Build-Depends: base ==4.5.*,
http-conduit >= 1.5.1 && < 1.6,
tls >= 1.0 && < 1.1,
tls-extra >= 0.5 && < 0.6,
bytestring >= 0.9 && < 1.0,
certificate >= 1.2 && < 1.3,
case-insensitive >= 0.4 && < 0.5,
utf8-string >= 0.3 && < 0.4,
filepath >= 1.3 && < 1.4,
azure-service-api >= 0.1 && < 0.2,
hxt,
libssh2
Extensions: ScopedTypeVariables
ghc-options: -Wall -rtsopts
8 changes: 8 additions & 0 deletions distributed-process-azure/distributed-process-azure.cabal
Expand Up @@ -24,3 +24,11 @@ Library
Exposed-modules: Control.Distributed.Process.Backend.Azure
ghc-options: -Wall
HS-Source-Dirs: src

Executable cloud-haskell-azure
Main-Is: src/Control/Distributed/Process/Backend/Azure/CommandLine.hs
Build-Depends: base >= 4.4 && < 5,
utf8-string >= 0.3 && < 0.4,
libssh2 >= 0.2 && < 0.3,
azure-service-api >= 0.1 && < 0.2,
filepath >= 1.3 && < 1.4

0 comments on commit 9597323

Please sign in to comment.