Cabal revisions of shake-ats-1.3.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: shake-ats-version: 1.3.0.3-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-homepage: https://github.com/vmchale/shake-ats#readme-license: BSD3-license-file: LICENSE-author: Vanessa McHale-maintainer: vamchale@gmail.com-copyright: Copyright: (c) 2018 Vanessa McHale-category: Development, Build, ATS-build-type: Simple-extra-doc-files: README.md-cabal-version: 1.18--Flag development {- Description: Enable `-Werror`- manual: True- default: False-}--library- hs-source-dirs: src- exposed-modules: Development.Shake.ATS- other-modules: Development.Shake.ATS.Type- , Development.Shake.ATS.Rules- , Development.Shake.ATS.Environment- build-depends: base >= 4.7 && < 5- , language-ats- , shake-ext >= 2.1.0.0- , hs2ats >= 0.2.0.1- , directory- , text- , dependency- , shake- , binary- default-language: Haskell2010- if flag(development)- ghc-options: -Werror- if impl(ghc >= 8.0)- ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat- ghc-options: -Wall--source-repository head- type: darcs- location: https://hub.darcs.net/vmchale/ats+name: shake-ats +version: 1.3.0.3 +x-revision: 1 +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 +homepage: https://github.com/vmchale/shake-ats#readme +license: BSD3 +license-file: LICENSE +author: Vanessa McHale +maintainer: vamchale@gmail.com +copyright: Copyright: (c) 2018 Vanessa McHale +category: Development, Build, ATS +build-type: Simple +extra-doc-files: README.md +cabal-version: 1.18 + +Flag development { + Description: Enable `-Werror` + manual: True + default: False +} + +library + hs-source-dirs: src + exposed-modules: Development.Shake.ATS + other-modules: Development.Shake.ATS.Type + , Development.Shake.ATS.Rules + , Development.Shake.ATS.Environment + build-depends: base >= 4.7 && < 5 + , language-ats + , shake-ext >= 2.1.0.0 + , hs2ats >= 0.2.0.1 && <= 0.2.1.3 + , directory + , text + , dependency + , shake + , binary + default-language: Haskell2010 + if flag(development) + ghc-options: -Werror + if impl(ghc >= 8.0) + ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat + ghc-options: -Wall + +source-repository head + type: darcs + location: https://hub.darcs.net/vmchale/ats
revision 2
name: shake-ats version: 1.3.0.3 -x-revision: 1 +x-revision: 2 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 homepage: https://github.com/vmchale/shake-ats#readme , Development.Shake.ATS.Environment build-depends: base >= 4.7 && < 5 , language-ats - , shake-ext >= 2.1.0.0 + , shake-ext >= 2.1.0.0 && < 2.7.0.0 , hs2ats >= 0.2.0.1 && <= 0.2.1.3 , directory , text
revision 3
name: shake-ats version: 1.3.0.3 -x-revision: 2 +x-revision: 3 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 homepage: https://github.com/vmchale/shake-ats#readme , Development.Shake.ATS.Rules , Development.Shake.ATS.Environment build-depends: base >= 4.7 && < 5 - , language-ats + , language-ats < 0.3.0.0 , shake-ext >= 2.1.0.0 && < 2.7.0.0 , hs2ats >= 0.2.0.1 && <= 0.2.1.3 , directory