bein 0.1 → 0.2
raw patch · 1 files changed
+6/−7 lines, 1 files
Files
- bein.cabal +6/−7
bein.cabal view
@@ -1,5 +1,5 @@ name: bein-version: 0.1+version: 0.2 synopsis: Bein is a provenance and workflow management system for bioinformatics. description: To avoid having thousands of files produced in a random way from a bunch of scripts, as is typically the case for a bioinformaticist, Bein keeps track of scripts, and their executions on various inputs. It provides a web front end, and will integrate with LSF clusters. category: Application@@ -13,29 +13,28 @@ Executable beinctl Main-is: Bein/BeinCtl.hs Build-Depends: base >= 3 && < 5, HDBC, HDBC-postgresql, process- Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind -optl-static -optl-pthread+ Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind Hs-Source-Dirs: .- extra-libraries: pgport xslt xml2 pam ssl crypto krb5 com_err gssapi_krb5 z readline crypt dl m Executable beind Main-is: Bein/Daemon.hs Build-Depends: base >= 3 && < 5, HDBC, HDBC-postgresql, process, hdaemonize >= 0.3, hsyslog, parsec, random, unix, network, convertible, stm, mtl, filepath- Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind -optl-static -optl-pthread+ Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind Hs-Source-Dirs: . Executable beinclient Main-is: Bein/BeinClient.hs Build-Depends: base >= 3 && < 5, network- Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind -optl-static -optl-pthread+ Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind Hs-Source-Dirs: . Executable beinminion Main-is: Bein/Minion.hs Build-Depends: base >= 3 && < 5, network, hsyslog, parsec, HDBC, HDBC-postgresql, process, unix, stm, mtl, filepath, directory- Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind -optl-static -optl-pthread+ Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind Hs-Source-Dirs: . Executable beinhttpd@@ -44,5 +43,5 @@ directory, hsyslog, hdaemonize, happstack-server, Crypto, happstack-util, containers, xhtml, time, old-locale, utf8-string, bytestring- Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind -optl-static -optl-pthread+ Ghc-Options: -Wall -threaded -fno-warn-unused-do-bind Hs-Source-Dirs: .