Cabal revisions of ats-pkg-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: ats-pkg-version: 0.2.0.0-synopsis: Package manager for ATS-description: A collection of scripts to make building ATS projects easy.-homepage: https://github.com/vmchale/ats-pkg#readme-license: BSD3-license-file: LICENSE-author: Vanessa McHale-maintainer: vamchale@gmail.com-copyright: Copyright: (c) 2017 Vanessa McHale-category: Development-build-type: Simple-extra-doc-files: README.md-data-files: .travis.yml- , appveyor.yml-extra-source-files: stack.yaml-cabal-version: >=1.18--Flag development {- Description: Enable `-Werror`- manual: True- default: False-}--library- hs-source-dirs: src- exposed-modules: Language.ATS.Package- , Language.ATS.Package.Exec- , Language.ATS.Package.Contents- , Language.ATS.Package.Type- build-depends: base >= 4.7 && < 5- , http-client- , filemanip- , bytestring- , shake- , tar- , zlib- , http-client-tls- , text- , directory- , optparse-applicative- , process- , unix- , dhall- , mtl- , shake-ext >= 0.4.1.0- , composition-prelude >= 1.1.0.1- 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 -with-rtsopts=-I0- build-depends: base- , ats-pkg- default-language: Haskell2010- if flag(development)- ghc-options: -Werror- ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat--test-suite ats-pkg-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- build-depends: base- , ats-pkg- , hspec- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat- default-language: Haskell2010--source-repository head- type: git- location: git@github.com:vmchale/atspkg.git+name: ats-pkg +version: 0.2.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/ats-pkg#readme +license: BSD3 +license-file: LICENSE +author: Vanessa McHale +maintainer: vamchale@gmail.com +copyright: Copyright: (c) 2017 Vanessa McHale +category: Development +build-type: Simple +extra-doc-files: README.md +data-files: .travis.yml + , appveyor.yml +extra-source-files: stack.yaml +cabal-version: >=1.18 + +Flag development { + Description: Enable `-Werror` + manual: True + default: False +} + +library + hs-source-dirs: src + exposed-modules: Language.ATS.Package + , Language.ATS.Package.Exec + , Language.ATS.Package.Contents + , Language.ATS.Package.Type + build-depends: base >= 4.7 && < 5 + , http-client + , filemanip + , bytestring + , shake + , tar + , zlib + , http-client-tls + , text + , directory + , optparse-applicative + , process + , unix + , dhall + , mtl + , shake-ext >= 0.4.1.0 && < 1.4.0.0 + , composition-prelude >= 1.1.0.1 + 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 -with-rtsopts=-I0 + build-depends: base + , ats-pkg + default-language: Haskell2010 + if flag(development) + ghc-options: -Werror + ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat + +test-suite ats-pkg-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + build-depends: base + , ats-pkg + , hspec + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat + default-language: Haskell2010 + +source-repository head + type: git + location: git@github.com:vmchale/atspkg.git
revision 2
name: ats-pkg version: 0.2.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/ats-pkg#readme , unix , dhall , mtl - , shake-ext >= 0.4.1.0 && < 1.4.0.0 + , shake-ext >= 0.4.1.0 && <= 0.4.1.0 , composition-prelude >= 1.1.0.1 default-language: Haskell2010 if flag(development)
revision 3
name: ats-pkg version: 0.2.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/ats-pkg#readme , optparse-applicative , process , unix - , dhall + , dhall <1.15.0 , mtl , shake-ext >= 0.4.1.0 && <= 0.4.1.0 , composition-prelude >= 1.1.0.1
revision 4
name: ats-pkg version: 0.2.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/ats-pkg#readme , http-client , filemanip , bytestring - , shake + , shake < 0.18.4 , tar , zlib , http-client-tls