Cabal revisions of chs-cabal-0.1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.18-name: chs-cabal-version: 0.1.1.0-license: BSD3-license-file: LICENSE-copyright: Copyright: (c) 2019 Vanessa McHale-maintainer: vamchale@gmail.com-author: Vanessa McHale-synopsis: Cabal with c2hs dependencies-description: Custom Cabal setup that orders chs dependencies correctly-category: Distribution, Cabal, Build, CustomSetup, Setup-build-type: Simple-extra-doc-files:- README.md- CHANGELOG.md--source-repository head- type: darcs- location: https://hub.darcs.net/vmchale/chs-deps--library- exposed-modules:- Distribution.C2Hs- Distribution.C2Hs.TopSort-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall- build-depends:- base >=4.7 && <5,- chs-deps -any,- Cabal >=3.0 && <3.2-- if impl(ghc >=8.0)- ghc-options:- -Wincomplete-uni-patterns -Wincomplete-record-updates- -Wredundant-constraints -Widentities-- if impl(ghc >=8.4)- ghc-options: -Wmissing-export-lists+cabal-version: 1.18 +name: chs-cabal +version: 0.1.1.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +copyright: Copyright: (c) 2019 Vanessa McHale +maintainer: vamchale@gmail.com +author: Vanessa McHale +synopsis: Cabal with c2hs dependencies +description: Custom Cabal setup that orders chs dependencies correctly +category: Distribution, Cabal, Build, CustomSetup, Setup +build-type: Simple +extra-doc-files: + README.md + CHANGELOG.md + +source-repository head + type: darcs + location: https://hub.darcs.net/vmchale/chs-deps + +library + exposed-modules: + Distribution.C2Hs + Distribution.C2Hs.TopSort + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + base >=4.7 && <5, + chs-deps -any, + Cabal >=3.0 && <3.4 + + if impl(ghc >=8.0) + ghc-options: + -Wincomplete-uni-patterns -Wincomplete-record-updates + -Wredundant-constraints -Widentities + + if impl(ghc >=8.4) + ghc-options: -Wmissing-export-lists
revision 2
cabal-version: 1.18 name: chs-cabal version: 0.1.1.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2019 Vanessa McHale build-depends: base >=4.7 && <5, chs-deps -any, - Cabal >=3.0 && <3.4 + Cabal >=3.0 && <3.6 if impl(ghc >=8.0) ghc-options: