gitlib 0.5.1 → 0.5.2
raw patch · 2 files changed
+4/−22 lines, 2 filesdep −HTFdep ~basePVP ok
version bump matches the API change (PVP)
Dependencies removed: HTF
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- gitlib.cabal +4/−13
- test/Unit.hs +0/−9
gitlib.cabal view
@@ -1,18 +1,18 @@ Name: gitlib-Version: 0.5.1+Version: 0.5.2 Synopsis: Higher-level types for working with hlibgit2 Description: Higher-level types for working with hlibgit2 License-file: LICENSE License: MIT Author: John Wiegley-Maintainer: johnw@newartisans.com+Maintainer: johnw@fpcomplete.com Build-Type: Simple Cabal-Version: >=1.10 Category: FFI Source-repository head type: git- location: git://github.com/jwiegley/gitlib.git+ location: git://github.com/fpco/gitlib.git Test-suite smoke Default-language: Haskell98@@ -43,14 +43,6 @@ , doctest >= 0.8 && <= 0.10 , filepath >= 1.3 && < 1.4 -Test-suite unittests- Default-language: Haskell2010- Type: exitcode-stdio-1.0- Main-is: Unit.hs- Hs-source-dirs: test- Build-depends: base == 4.*- , HTF == 0.10.*- Library default-language: Haskell98 default-extensions:@@ -83,6 +75,5 @@ Data.Git.Tag Data.Git.Tree Data.Git.Reference+ other-modules: Data.Git.Internal- -- other-modules:- -- Data.Git.Internal
− test/Unit.hs
@@ -1,9 +0,0 @@-{-# OPTIONS_GHC -F -pgmF htfpp #-}--import System.Environment ( getArgs )-import System.Exit ( exitWith )-import Test.Framework--test_equality = assertEqual "foo" "foo"--main = htfMain htf_thisModulesTests