Cabal revisions of shake-cabal-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.18-name: shake-cabal-version: 0.1.0.1-license: BSD3-license-file: LICENSE-copyright: Copyright: (c) 2018 Vanessa McHale-maintainer: vanessa.mchale@iohk.io-author: Vanessa McHale-bug-reports: https://github.com/vmchale/atspkg/issues-synopsis: Shake library for use with cabal-description:- A library for using [shake](http://hackage.haskell.org/package/shake) alongside [cabal](https://www.haskell.org/cabal/).-category: Development-build-type: Simple-extra-doc-files: README.md--source-repository head- type: darcs- location: https://hub.darcs.net/vmchale/ats--flag development- description:- Enable `-Werror`- default: False- manual: True--library- exposed-modules:- Development.Shake.Cabal- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall- build-depends:- base >=4.3 && <5,- shake >=0.14,- Cabal >=2.2,- directory -any,- composition-prelude -any- - if flag(development)- ghc-options: -Werror- - if impl(ghc >=8.0)- ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates- -Wredundant-constraints -Wnoncanonical-monad-instances- - if impl(ghc >=8.4)- ghc-options: -Wmissing-export-lists+cabal-version: 1.18 +name: shake-cabal +version: 0.1.0.1 +x-revision: 1 +license: BSD3 +license-file: LICENSE +copyright: Copyright: (c) 2018 Vanessa McHale +maintainer: vanessa.mchale@iohk.io +author: Vanessa McHale +bug-reports: https://github.com/vmchale/atspkg/issues +synopsis: Shake library for use with cabal +description: + A library for using [shake](http://hackage.haskell.org/package/shake) alongside [cabal](https://www.haskell.org/cabal/). +category: Development +build-type: Simple +extra-doc-files: README.md + +source-repository head + type: darcs + location: https://hub.darcs.net/vmchale/ats + +flag development + description: + Enable `-Werror` + default: False + manual: True + +library + exposed-modules: + Development.Shake.Cabal + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + base >=4.8 && <5, + shake >=0.14, + Cabal >=2.2, + directory -any, + composition-prelude -any + + if flag(development) + ghc-options: -Werror + + if impl(ghc >=8.0) + ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates + -Wredundant-constraints -Wnoncanonical-monad-instances + + if impl(ghc >=8.4) + ghc-options: -Wmissing-export-lists
revision 2
cabal-version: 1.18 name: shake-cabal version: 0.1.0.1 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale build-depends: base >=4.8 && <5, shake >=0.14, - Cabal >=2.2, + Cabal >=2.2 && <2.4, directory -any, composition-prelude -any
revision 3
cabal-version: 1.18 name: shake-cabal version: 0.1.0.1 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale ghc-options: -Wall build-depends: base >=4.8 && <5, - shake >=0.14, + shake >=0.14 && <0.18.4, Cabal >=2.2 && <2.4, directory -any, composition-prelude -any