Cabal revisions of copr-1.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: copr-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.-homepage: https://github.com/CodeBlock/copr-hs-license: BSD3-license-file: LICENSE-author: Ricky Elrod-maintainer: ricky@elrod.me-copyright: 2014 Ricky Elrod-category: Fedora, Web-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Fedora.Copr- , Fedora.Copr.CoprBuild- , Fedora.Copr.CoprProject- , Fedora.Copr.CoprStatus- , Fedora.Copr.ListCoprs-- build-depends: aeson >= 0.6- , base >=4.6 && <4.8- , bytestring >= 0.10- , containers >= 0.5- , http-streams >= 0.7- , HsOpenSSL >= 0.10- , io-streams >= 1.1- , semigroups >= 0.12- , text >= 0.11- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall -O2--test-suite hlint- hs-source-dirs: tests- main-is: hlint.hs- type: exitcode-stdio-1.0- default-language: Haskell2010- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends: base- , hlint >= 1.7--source-repository head- type: git- location: git://github.com/CodeBlock/copr-hs.git+name: copr +version: 1.1.1 +x-revision: 1 +synopsis: Haskell interface to the Fedora Copr system +description: + This provides a Haskell interface to the Fedora Copr public build system. +homepage: https://github.com/relrod/copr-hs +license: BSD3 +license-file: LICENSE +author: Ricky Elrod +maintainer: ricky@elrod.me +copyright: 2014 Ricky Elrod +category: Fedora, Web +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Fedora.Copr + , Fedora.Copr.CoprBuild + , Fedora.Copr.CoprProject + , Fedora.Copr.CoprStatus + , Fedora.Copr.ListCoprs + + build-depends: aeson >= 0.6 + , base >=4.6 && <4.8 + , bytestring >= 0.10 + , containers >= 0.5 + , http-streams >= 0.7 + , HsOpenSSL >= 0.10 + , io-streams >= 1.1 + , semigroups >= 0.12 + , text >= 0.11 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall -O2 + +test-suite hlint + hs-source-dirs: tests + main-is: hlint.hs + type: exitcode-stdio-1.0 + default-language: Haskell2010 + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , hlint >= 1.7 + +source-repository head + type: git + location: git://github.com/relrod/copr-hs.git