[Pkg-haskell-commits] [package-plan] 01/01: Add pristine hbro-contrib-1.1.1.0.cabal to unbreak this
Joachim Breitner
nomeata at moszumanska.debian.org
Sat May 16 16:39:23 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 071a54a23f5559e9ac1261f78a781f05f6f97cde
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat May 16 18:38:59 2015 +0200
Add pristine hbro-contrib-1.1.1.0.cabal to unbreak this
---
additional-cabals/hbro-contrib-1.1.1.0.cabal | 58 ++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/additional-cabals/hbro-contrib-1.1.1.0.cabal b/additional-cabals/hbro-contrib-1.1.1.0.cabal
new file mode 100644
index 0000000..d6ad0be
--- /dev/null
+++ b/additional-cabals/hbro-contrib-1.1.1.0.cabal
@@ -0,0 +1,58 @@
+Name: hbro-contrib
+Version: 1.1.1.0
+Synopsis: Third-party extensions to hbro.
+-- Description:
+Homepage: https://github.com/k0ral/hbro-contrib/
+Category: Browser,Web
+
+License: OtherLicense
+License-file: LICENSE
+-- Copyright:
+Author: koral
+Maintainer: koral at mailoo dot org
+
+Cabal-version: >=1.8
+Build-type: Simple
+Extra-source-files: README.rst examples/hbro.hs
+Data-files: examples/ui.xml
+
+Source-repository head
+ Type: git
+ Location: git at github.com:k0ral/hbro-contrib.git
+
+Library
+ Build-depends:
+ base == 4.*,
+ directory,
+ filepath,
+ glib,
+ gtk >= 0.12.3,
+ hbro >= 1.1.1.0,
+ monad-control,
+ mtl,
+ network,
+ old-locale,
+ pango,
+ process,
+ -- random-extras,
+ -- random-fu,
+ text,
+ time,
+ transformers-base,
+ unix,
+ webkit
+ Exposed-modules:
+ Hbro.Bookmarks,
+ Hbro.Download,
+ Hbro.History,
+ Hbro.Misc,
+ Hbro.Settings,
+ Hbro.StatusBar
+ Extensions:
+ ConstraintKinds,
+ FlexibleContexts,
+ FunctionalDependencies,
+ GeneralizedNewtypeDeriving,
+ MultiParamTypeClasses,
+ RankNTypes
+ Ghc-options: -Wall
--
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