gitlib-test-3.0.1: gitlib-test.cabal
Name: gitlib-test
Version: 3.0.1
Synopsis: Test library for confirming gitlib backend compliance
License-file: LICENSE
License: MIT
Author: John Wiegley
Maintainer: johnw@newartisans.com
Build-Type: Simple
Cabal-Version: >=1.10
Category: FFI
Description:
Test library for confirming gitlib backend compliance
Source-repository head
type: git
location: git://github.com/jwiegley/gitlib.git
Library
default-language: Haskell98
default-extensions: ForeignFunctionInterface
ghc-options: -Wall
build-depends:
base >= 3 && < 5
, gitlib >= 3.0.0
, HUnit >= 1.2.5
, hspec >= 1.4.4
, hspec-expectations >= 0.3
, bytestring
, failure >= 0.2.0
, conduit
, monad-control >= 0.3.1
, tagged >= 0.4.4
, text >= 0.11.2
, time >= 1.4
, transformers >= 0.3
exposed-modules:
Git.Smoke