Skip to content

Commit

Permalink
dep adjustment. version up to 0.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Jan 26, 2012
1 parent 39006fe commit b110ebb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 deletions.
File renamed without changes.
29 changes: 11 additions & 18 deletions jobqueue-sender.cabal
Original file line number Diff line number Diff line change
@@ -1,47 +1,40 @@
Name: jobqueue-sender
Version: 0.1.2.0
Version: 0.1.2.1
Synopsis: job scheduler for event generation
Description: job scheduler for event generation
License: BSD3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <ianwookim@gmail.com>
Build-Type: Simple
Cabal-Version: >= 1.2
Cabal-Version: >= 1.8


Executable jobsender
Main-is: jobsender.hs
hs-source-dirs: src
hs-source-dirs: exe
Build-Depends: base == 4.*,
mtl == 2.*,
jobqueue-common >= 0.1.1.0,
jobqueue-client,
http-types == 0.6.*,
http-enumerator == 0.7.*,
madgraph-auto,
madgraph-auto-model,
bytestring,
aeson == 0.4.*,
cmdargs == 0.9.*,
filepath,
ghc, ghc-paths, webdav-manager,
cmdargs == 0.9.*,
jobqueue-sender
ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
ghc-prof-options: -caf-all -auto-all

Library
hs-source-dirs: src
hs-source-dirs: lib
ghc-options: -Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
ghc-prof-options: -caf-all -auto-all
Build-Depends: base == 4.*,
containers,
mtl == 2.* ,
safecopy == 0.5.*,
acid-state == 0.4.*,
safecopy == 0.6.*,
acid-state == 0.6.*,
aeson == 0.5.*,
ghc-paths == 0.1.*,
http-enumerator == 0.7.*,
http-types == 0.6.*,
jobqueue-common,
jobqueue-client,
cmdargs == 0.9.*,
parsec,
pipeline > 0.3,
filepath, ghc, webdav-manager, HEPUtil >= 0.1
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b110ebb

Please sign in to comment.