[package-plan] 02/02: add original fast-logger cabal file

Clint Adams clint at moszumanska.debian.org
Fri Dec 4 14:54:11 UTC 2015


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

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

commit 3076b8f926d208dd9dc5f3a6a6a5edd22c56f6f1
Author: Clint Adams <clint at debian.org>
Date:   Fri Dec 4 09:53:49 2015 -0500

    add original fast-logger cabal file
---
 additional-cabals/fast-logger-2.4.1.cabal | 45 +++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/additional-cabals/fast-logger-2.4.1.cabal b/additional-cabals/fast-logger-2.4.1.cabal
new file mode 100644
index 0000000..638b683
--- /dev/null
+++ b/additional-cabals/fast-logger-2.4.1.cabal
@@ -0,0 +1,45 @@
+Name:                   fast-logger
+Version:                2.4.1
+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.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