gitlib-cross 2.2.0.0 → 3.0.0
raw patch · 2 files changed
+6/−5 lines, 2 filesdep ~gitlibdep ~gitlib-cmdlinedep ~gitlib-libgit2
Dependency ranges changed: gitlib, gitlib-cmdline, gitlib-libgit2, gitlib-test
Files
- gitlib-cross.cabal +5/−5
- test/Smoke.hs +1/−0
gitlib-cross.cabal view
@@ -1,5 +1,5 @@ Name: gitlib-cross-Version: 2.2.0.0+Version: 3.0.0 Synopsis: Run tests between repositories License-file: LICENSE License: MIT@@ -33,10 +33,10 @@ Hs-source-dirs: test Build-depends: base >=3- , gitlib >= 2.2.0.0- , gitlib-test >= 2.2.0.0- , gitlib-libgit2 >= 2.2.0.0- , gitlib-cmdline >= 2.2.0.0+ , gitlib >= 3.0.0+ , gitlib-test >= 3.0.0+ , gitlib-libgit2 >= 3.0.0+ , gitlib-cmdline >= 3.0.0 , HUnit >= 1.2.5 , hspec >= 1.4.4 , hspec-expectations >= 0.3
test/Smoke.hs view
@@ -2,6 +2,7 @@ {-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-}+ {-# OPTIONS_GHC -fno-warn-unused-do-bind #-} {-# OPTIONS_GHC -fno-warn-wrong-do-bind #-} {-# OPTIONS_GHC -fno-warn-name-shadowing #-}