Cabal revisions of shake-ats-1.5.0.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.18-name: shake-ats-version: 1.5.0.9-license: BSD3-license-file: LICENSE-copyright: Copyright: (c) 2018 Vanessa McHale-maintainer: vamchale@gmail.com-author: Vanessa McHale-homepage: https://github.com/vmchale/shake-ats#readme-synopsis: Utilities for building ATS projects with shake-description:- Various helper functions for building [ATS](http://www.ats-lang.org/) with the [shake](http://shakebuild.com/) library-category: Development, Build, ATS, Shake-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.ATS- hs-source-dirs: src- other-modules:- Development.Shake.ATS.Type- Development.Shake.ATS.Rules- Development.Shake.ATS.Environment- Development.Shake.ATS.Generate- default-language: Haskell2010- ghc-options: -Wall- build-depends:- base >=4.7 && <5,- hashable,- language-ats,- shake-ext >=2.7.0.0,- hs2ats >=0.2.0.1,- directory -any,- lens -any,- text -any,- dependency -any,- shake -any,- binary -any- - if flag(development)- ghc-options: -Werror- - if impl(ghc >=8.0)- ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates- -Wcompat+cabal-version: 1.18 +name: shake-ats +version: 1.5.0.9 +x-revision: 1 +license: BSD3 +license-file: LICENSE +copyright: Copyright: (c) 2018 Vanessa McHale +maintainer: vamchale@gmail.com +author: Vanessa McHale +homepage: https://github.com/vmchale/shake-ats#readme +synopsis: Utilities for building ATS projects with shake +description: + Various helper functions for building [ATS](http://www.ats-lang.org/) with the [shake](http://shakebuild.com/) library +category: Development, Build, ATS, Shake +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.ATS + hs-source-dirs: src + other-modules: + Development.Shake.ATS.Type + Development.Shake.ATS.Rules + Development.Shake.ATS.Environment + Development.Shake.ATS.Generate + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + base >=4.7 && <5, + hashable, + language-ats, + shake-ext >=2.7.0.0 && <3.0.0.0, + hs2ats >=0.2.0.1, + directory -any, + lens -any, + text -any, + dependency -any, + shake -any, + binary -any + + if flag(development) + ghc-options: -Werror + + if impl(ghc >=8.0) + ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates + -Wcompat
revision 2
cabal-version: 1.18 name: shake-ats version: 1.5.0.9 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale base >=4.7 && <5, hashable, language-ats, - shake-ext >=2.7.0.0 && <3.0.0.0, + shake-ext >=2.7.0.0 && <2.11.0.0, hs2ats >=0.2.0.1, directory -any, lens -any,
revision 3
cabal-version: 1.18 name: shake-ats version: 1.5.0.9 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale base >=4.7 && <5, hashable, language-ats, - shake-ext >=2.7.0.0 && <2.11.0.0, + shake-ext >=2.7.0.0 && <2.8.0.0, hs2ats >=0.2.0.1, directory -any, lens -any,
revision 4
cabal-version: 1.18 name: shake-ats version: 1.5.0.9 -x-revision: 3 +x-revision: 4 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale base >=4.7 && <5, hashable, language-ats, - shake-ext >=2.7.0.0 && <2.8.0.0, + shake-ext >=2.7.0.0 && <=2.7.0.4, hs2ats >=0.2.0.1, directory -any, lens -any,
revision 5
cabal-version: 1.18 name: shake-ats version: 1.5.0.9 -x-revision: 4 +x-revision: 5 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale hashable, language-ats, shake-ext >=2.7.0.0 && <=2.7.0.4, - hs2ats >=0.2.0.1, + hs2ats >=0.2.0.1 && < 0.4.0.0, directory -any, lens -any, text -any,