diff options
Diffstat (limited to 'devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal')
-rw-r--r-- | devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal b/devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal new file mode 100644 index 000000000000..89f60d1b1b8c --- /dev/null +++ b/devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal @@ -0,0 +1,22 @@ +--- clock-0.7.2/clock.cabal.orig 2016-04-20 01:14:45 UTC ++++ clock-0.7.2/clock.cabal +@@ -79,19 +79,3 @@ library + + if flag(llvm) + ghc-options: -fllvm -optlo-O3 +- +- +-test-suite test +--- default-language: +--- Haskell2010 +- type: +- exitcode-stdio-1.0 +- hs-source-dirs: +- tests +- main-is: +- test.hs +- build-depends: +- base >= 4 && < 5 +- , tasty >= 0.10 +- , tasty-quickcheck +- , clock |