copr 1.1.0 → 1.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- copr.cabal +4/−4
copr.cabal view
@@ -1,5 +1,5 @@ name: copr-version: 1.1.0+version: 1.1.1 synopsis: Haskell interface to the Fedora Copr system description: This provides a Haskell interface to the Fedora Copr public build system.@@ -9,7 +9,7 @@ author: Ricky Elrod maintainer: ricky@elrod.me copyright: 2014 Ricky Elrod-category: Fedora+category: Fedora, Web build-type: Simple cabal-version: >=1.10 @@ -21,7 +21,7 @@ , Fedora.Copr.ListCoprs build-depends: aeson >= 0.6- , base >=4.6 && <4.7+ , base >=4.6 && <4.8 , bytestring >= 0.10 , containers >= 0.5 , http-streams >= 0.7@@ -31,7 +31,7 @@ , text >= 0.11 hs-source-dirs: src default-language: Haskell2010- ghc-options: -Wall+ ghc-options: -Wall -O2 test-suite hlint hs-source-dirs: tests