[package-plan] 02/07: Additional pristine cabal

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 08:34:25 UTC 2015


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

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

commit 3879c6d0d39e27b8fac974ae1f6e10217e5cb3e7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 21:16:43 2015 +0200

    Additional pristine cabal
---
 additional-cabals/fast-logger-2.4.0.cabal | 45 +++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/additional-cabals/fast-logger-2.4.0.cabal b/additional-cabals/fast-logger-2.4.0.cabal
new file mode 100644
index 0000000..cd93791
--- /dev/null
+++ b/additional-cabals/fast-logger-2.4.0.cabal
@@ -0,0 +1,45 @@
+Name:                   fast-logger
+Version:                2.4.0
+Author:                 Kazu Yamamoto <kazu at iij.ad.jp>
+Maintainer:             Kazu Yamamoto <kazu at iij.ad.jp>
+License:                BSD3
+License-File:           LICENSE
+Synopsis:               A fast logging system
+Description:            A fast logging system
+Category:               System
+Cabal-Version:          >= 1.8
+Build-Type:             Simple
+extra-source-files:     README.md ChangeLog.md
+
+Library
+  GHC-Options:          -Wall
+  Exposed-Modules:      System.Log.FastLogger
+                        System.Log.FastLogger.File
+  Other-Modules:        System.Log.FastLogger.IO
+                        System.Log.FastLogger.IORef
+                        System.Log.FastLogger.LogStr
+                        System.Log.FastLogger.Logger
+  Build-Depends:        base >= 4 && < 5
+                      , array
+                      , auto-update >= 0.1.2
+                      , bytestring
+                      , bytestring-builder
+                      , directory
+                      , filepath
+                      , text
+
+Test-Suite spec
+    Main-Is:         Spec.hs
+    Hs-Source-Dirs:  test
+    Type:            exitcode-stdio-1.0
+
+    Ghc-Options:     -Wall -threaded
+    Build-Depends:   base >= 4 && < 5
+                   , bytestring
+                   , directory
+                   , fast-logger
+                   , hspec
+
+Source-Repository head
+  Type:                 git
+  Location:             git://github.com/kazu-yamamoto/logger.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