Name: gitlib-sample Version: 3.1.0 Synopsis: Sample backend for gitlib showing the basic structure for any backend. License-file: LICENSE License: MIT Author: John Wiegley Maintainer: johnw@newartisans.com Build-Type: Simple Cabal-Version: >=1.10 Category: FFI Description: Sample backend for @gitlib@. Source-repository head type: git location: git://github.com/jwiegley/gitlib.git -- Test-suite smoke -- Default-language: Haskell98 -- Type: exitcode-stdio-1.0 -- Main-is: Smoke.hs -- Hs-source-dirs: test -- Build-depends: -- base >=3 -- , gitlib >= 3.0.0 -- , gitlib-test >= 3.0.0 -- , gitlib-sample >= 3.0.0 -- , HUnit >= 1.2.5 -- , hspec >= 1.4.4 -- , hspec-expectations >= 0.3 Library default-language: Haskell98 ghc-options: -Wall build-depends: base >= 3 && < 5 , exceptions >= 0.5 , gitlib >= 3.0.0 , mtl >= 2.1.2 , transformers >= 0.3.0.0 exposed-modules: Git.Sample