[Pkg-haskell-commits] [package-plan] 01/01: Add additional-cabals/fast-logger-2.3.1.cabal, got changed on hackage
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 27 12:11:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit c60754491ad497e1e23cab970b51d204156b9623
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Apr 27 14:11:29 2015 +0200
Add additional-cabals/fast-logger-2.3.1.cabal, got changed on hackage
---
additional-cabals/fast-logger-2.3.1.cabal | 45 +++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/additional-cabals/fast-logger-2.3.1.cabal b/additional-cabals/fast-logger-2.3.1.cabal
new file mode 100644
index 0000000..25e93d5
--- /dev/null
+++ b/additional-cabals/fast-logger-2.3.1.cabal
@@ -0,0 +1,45 @@
+Name: fast-logger
+Version: 2.3.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 && < 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