packages feed

haroonga 0.1.7.0 → 0.1.7.1

raw patch · 2 files changed

+5/−6 lines, 2 filesdep ~monad-control

Dependency ranges changed: monad-control

Files

README.md view
@@ -1,13 +1,13 @@ Haroonga === -[![Build Status](https://travis-ci.org/cosmo0920/haroonga.svg?branch=master)](https://travis-ci.org/cosmo0920/haroonga)+[![Build Status](https://travis-ci.org/haroonga/haroonga.svg?branch=master)](https://travis-ci.org/haroonga/haroonga)  Low level Haskell binding for Groonga.  ## dependencies -* groonga 4.1.1++* Groonga 4.1.1+ * hsc2hs * and some cabal packages (see: haroonga.cabal) @@ -47,4 +47,3 @@ ## Haddock  * [Hackage](http://hackage.haskell.org/package/haroonga/docs/)-* [Github Pages](http://cosmo0920.github.io/haroonga/doc-index.html)
haroonga.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                  haroonga-version:               0.1.7.0+version:               0.1.7.1 synopsis:              Low level bindings for Groonga. description:           Bindings to Groonga  <http://groonga.org/>. license:               LGPL-2.1@@ -26,7 +26,7 @@                      , bindings-DSL  >= 1.0 && < 1.2                      , resourcet     >= 0.4                      , transformers  >= 0.3 && < 0.5-                     , monad-control >= 0.3 && < 0.4+                     , monad-control >= 1.0 && < 1.1   hs-source-dirs:      .   build-tools:         hsc2hs   default-language:    Haskell2010@@ -40,4 +40,4 @@  source-repository head   type: git-  location: git://github.com/cosmo0920/haroonga.git+  location: git://github.com/haroonga/haroonga.git