Cabal revisions of ats-pkg-2.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ats-pkg-version: 2.1.0.0-synopsis: Package manager for ATS-description: A collection of scripts to make building ATS projects easy.-homepage: https://github.com/vmchale/atspkg#readme-license: BSD3-license-file: LICENSE-author: Vanessa McHale-maintainer: vamchale@gmail.com-copyright: Copyright: (c) 2018 Vanessa McHale-category: Development-build-type: Custom-extra-doc-files: README.md-extra-source-files: stack.yaml-cabal-version: 1.18--Flag development {- Description: Enable `-Werror`- manual: True- default: False-}--custom-setup- setup-depends: base- , Cabal >= 2.0- , cli-setup >= 0.1.0.2--library- hs-source-dirs: src- exposed-modules: Language.ATS.Package.Exec- , Language.ATS.Package- other-modules: Paths_ats_pkg- , Language.ATS.Package.Error- , Language.ATS.Package.Type- , Language.ATS.Package.Dependency- , Language.ATS.Package.Compiler- , Language.ATS.Package.Build- build-depends: base >= 4.7 && < 5- , http-client- , filemanip- , bytestring- , shake- , tar- , zlib- , http-client-tls- , text- , directory- , process- , parallel-io- , unix- , lens- , dhall- , shake-ats >= 1.0.0.2- , shake-ext >= 2.0.0.0- , composition-prelude >= 1.1.0.2- , optparse-applicative- , temporary- , ansi-wl-pprint- , binary- -- , lzma- -- , bzlib- default-language: Haskell2010- if flag(development)- ghc-options: -Werror- ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat--executable atspkg- hs-source-dirs: app- main-is: Main.hs- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends: base- , ats-pkg- default-language: Haskell2010- if flag(development)- ghc-options: -Werror- ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat--source-repository head- type: git- location: git@github.com:vmchale/atspkg.git+name: ats-pkg +version: 2.1.0.0 +x-revision: 1 +synopsis: Package manager for ATS +description: A collection of scripts to make building ATS projects easy. +homepage: https://github.com/vmchale/atspkg#readme +license: BSD3 +license-file: LICENSE +author: Vanessa McHale +maintainer: vamchale@gmail.com +copyright: Copyright: (c) 2018 Vanessa McHale +category: Development +build-type: Custom +extra-doc-files: README.md +extra-source-files: stack.yaml +cabal-version: 1.18 + +Flag development { + Description: Enable `-Werror` + manual: True + default: False +} + +custom-setup + setup-depends: base + , Cabal >= 2.0 + , cli-setup >= 0.1.0.2 + +library + hs-source-dirs: src + exposed-modules: Language.ATS.Package.Exec + , Language.ATS.Package + other-modules: Paths_ats_pkg + , Language.ATS.Package.Error + , Language.ATS.Package.Type + , Language.ATS.Package.Dependency + , Language.ATS.Package.Compiler + , Language.ATS.Package.Build + build-depends: base >= 4.7 && < 5 + , http-client + , filemanip + , bytestring + , shake + , tar + , zlib + , http-client-tls + , text + , directory + , process + , parallel-io + , unix + , lens + , dhall + , shake-ats >= 1.0.0.2 && <= 1.5.0.6 + , shake-ext >= 2.0.0.0 + , composition-prelude >= 1.1.0.2 + , optparse-applicative + , temporary + , ansi-wl-pprint + , binary + -- , lzma + -- , bzlib + default-language: Haskell2010 + if flag(development) + ghc-options: -Werror + ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat + +executable atspkg + hs-source-dirs: app + main-is: Main.hs + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , ats-pkg + default-language: Haskell2010 + if flag(development) + ghc-options: -Werror + ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat + +source-repository head + type: git + location: git@github.com:vmchale/atspkg.git
revision 2
name: ats-pkg version: 2.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/atspkg#readme , unix , lens , dhall - , shake-ats >= 1.0.0.2 && <= 1.5.0.6 + , shake-ats >= 1.0.0.2 && <= 1.3.0.0 , shake-ext >= 2.0.0.0 , composition-prelude >= 1.1.0.2 , optparse-applicative
revision 3
name: ats-pkg version: 2.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/atspkg#readme , parallel-io , unix , lens - , dhall + , dhall < 1.15.0 , shake-ats >= 1.0.0.2 && <= 1.3.0.0 , shake-ext >= 2.0.0.0 , composition-prelude >= 1.1.0.2
revision 4
name: ats-pkg version: 2.1.0.0 -x-revision: 3 +x-revision: 4 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/atspkg#readme , unix , lens , dhall < 1.15.0 - , shake-ats >= 1.0.0.2 && <= 1.3.0.0 + , shake-ats >= 1.0.0.2 && < 0.3.0.0 , shake-ext >= 2.0.0.0 , composition-prelude >= 1.1.0.2 , optparse-applicative
revision 5
name: ats-pkg version: 2.1.0.0 -x-revision: 4 +x-revision: 5 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/atspkg#readme , unix , lens , dhall < 1.15.0 - , shake-ats >= 1.0.0.2 && < 0.3.0.0 + , shake-ats >= 1.0.0.2 && < 1.2.0.0 , shake-ext >= 2.0.0.0 , composition-prelude >= 1.1.0.2 , optparse-applicative
revision 6
name: ats-pkg version: 2.1.0.0 -x-revision: 5 +x-revision: 6 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/atspkg#readme , dhall < 1.15.0 , shake-ats >= 1.0.0.2 && < 1.2.0.0 , shake-ext >= 2.0.0.0 - , composition-prelude >= 1.1.0.2 + , composition-prelude >= 1.1.0.2 && < 1.2.0.0 , optparse-applicative , temporary , ansi-wl-pprint
revision 7
name: ats-pkg version: 2.1.0.0 -x-revision: 6 +x-revision: 7 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/atspkg#readme , http-client , filemanip , bytestring - , shake + , shake <0.18.4 , tar , zlib , http-client-tls