[Pkg-haskell-commits] [package-plan] 01/01: Add additional-cabals/snap-loader-dynamic-0.10.0.2.cabal

Joachim Breitner nomeata at moszumanska.debian.org
Sun Nov 30 18:09:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit 80e034f7d07e414b69c3d0aac2af83f6ea6d6421
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Nov 30 19:09:28 2014 +0100

    Add additional-cabals/snap-loader-dynamic-0.10.0.2.cabal
---
 .../snap-loader-dynamic-0.10.0.2.cabal             | 70 ++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/additional-cabals/snap-loader-dynamic-0.10.0.2.cabal b/additional-cabals/snap-loader-dynamic-0.10.0.2.cabal
new file mode 100644
index 0000000..ba9dd28
--- /dev/null
+++ b/additional-cabals/snap-loader-dynamic-0.10.0.2.cabal
@@ -0,0 +1,70 @@
+name:           snap-loader-dynamic
+version:        0.10.0.2
+synopsis:       Snap: A Haskell Web Framework: dynamic loader
+description:    Snap Framework dynamic loader
+license:        BSD3
+license-file:   LICENSE
+author:         Carl Howells
+maintainer:     snap at snapframework.com
+build-type:     Simple
+cabal-version:  >= 1.8
+homepage:       http://snapframework.com/
+category:       Web, Snap
+
+extra-source-files:
+  CONTRIBUTORS,
+  LICENSE,
+  README.md,
+  README.SNAP.md
+
+Library
+  hs-source-dirs: src
+
+  exposed-modules:
+    Snap.Loader.Dynamic
+
+  other-modules:
+    Snap.Loader.Dynamic.Evaluator,
+    Snap.Loader.Dynamic.Signal,
+    Snap.Loader.Dynamic.TreeWatcher
+
+  build-depends:
+    base              >= 4       && < 5,
+    directory-tree    >= 0.10    && < 0.12,
+    mtl               >  2.0     && < 2.2,
+    snap-core         >= 0.9     && < 0.10,
+    time              >= 1.1     && < 1.5,
+    template-haskell  >= 2.2     && < 2.10
+
+  if impl(ghc >= 7.2.0)
+    build-depends:
+      hint              >= 0.3.3.1 && < 0.5
+  else
+    build-depends:
+      hint              >= 0.3.3.1 && < 0.3.3.5
+
+  if impl(ghc >= 7.6.0)
+    build-depends:
+      directory         >= 1.2     && < 1.3
+  else
+    build-depends:
+      directory         >= 1.0     && < 1.3,
+      old-time          >= 1.0     && < 1.2
+
+  if !os(windows)
+    build-depends:
+      unix            >= 2.2.0.0 && < 2.8
+
+  extensions: CPP
+
+  if impl(ghc >= 6.12.0)
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+                 -fno-warn-orphans -fno-warn-unused-do-bind
+  else
+    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
+                 -fno-warn-orphans
+
+source-repository head
+  type:     git
+  location: git://github.com/snapframework/snap-loader-dynamic.git
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list