Cabal revisions of stack-0.1.6.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: stack-version: 0.1.6.0-synopsis: The Haskell Tool Stack-description: Please see the README.md for usage information, and- the wiki on Github for more details. Also, note that- the API for the library is not currently stable, and may- change significantly, even between minor releases. It is- currently only intended for use by the executable.-license: BSD3-license-file: LICENSE-author: Chris Done-maintainer: chrisdone@fpcomplete.com-category: Development-build-type: Simple-cabal-version: >=1.10-homepage: https://github.com/commercialhaskell/stack-extra-source-files: README.md- ChangeLog.md- CONTRIBUTING.md- doc/GUIDE.md- doc/build_command.md- doc/install_and_upgrade.md- doc/MAINTAINER_GUIDE.md- doc/dependency_visualization.md- doc/nonstandard_project_init.md- doc/SIGNING_KEY.md- doc/docker_integration.md- doc/shell_autocompletion.md- doc/architecture.md- doc/faq.md- doc/yaml_configuration.md-- -- Glob would be nice, but apparently Cabal doesn't support it:- -- cabal: filepath wildcard 'test/package-dump/*.txt' does not match any files.- -- Happened during cabal sdist- test/package-dump/ghc-7.8.txt- test/package-dump/ghc-7.8.4-osx.txt- test/package-dump/ghc-7.10.txt-- stack.yaml--flag integration-tests- manual: True- default: False- description: Run the integration test suite--library- hs-source-dirs: src/- ghc-options: -Wall- exposed-modules: Options.Applicative.Builder.Extra- Options.Applicative.Args- Stack.BuildPlan- Stack.Config- Stack.Config.Docker- Stack.Constants- Stack.Docker- Stack.Docker.GlobalDB- Stack.Dot- Stack.Fetch- Stack.Exec- Stack.FileWatch- Stack.GhcPkg- Stack.Init- Stack.New- Stack.Options- Stack.Package- Stack.PackageDump- Stack.PackageIndex- Stack.Ghci- Stack.Ide- Stack.Image- Stack.SDist- Stack.Setup- Stack.Setup.Installed- Stack.Solver- Stack.Types- Stack.Types.Internal- Stack.Types.BuildPlan- Stack.Types.Compiler- Stack.Types.Config- Stack.Types.Docker- Stack.Types.FlagName- Stack.Types.GhcPkgId- Stack.Types.Image- Stack.Types.PackageIdentifier- Stack.Types.PackageName- Stack.Types.TemplateName- Stack.Types.Version- Stack.Types.StackT- Stack.Types.Build- Stack.Types.Package- Stack.Build- Stack.Build.Cache- Stack.Build.Coverage- Stack.Build.ConstructPlan- Stack.Build.Execute- Stack.Build.Haddock- Stack.Build.Installed- Stack.Build.Source- Stack.Build.Target- Stack.Upgrade- Stack.Upload- System.Process.Read- System.Process.Log- System.Process.Run- Network.HTTP.Download.Verified- Data.Attoparsec.Args- Path.IO- other-modules: Network.HTTP.Download- Control.Concurrent.Execute- Path.Find- System.Process.PagerEditor- Paths_stack- Data.Aeson.Extended- Data.Attoparsec.Combinators- Data.Binary.VersionTagged- Data.IORef.RunOnce- Data.Maybe.Extra- Data.Set.Monad- Distribution.Version.Extra- build-depends: Cabal >= 1.18.1.5- , aeson >= 0.8.0.2- , ansi-terminal >= 0.6.2.3- , async >= 2.0.2- , attoparsec >= 0.12.1.5- , base >= 4 && <5- , base16-bytestring- , base64-bytestring- , bifunctors >= 4.2.1- , binary >= 0.7- , binary-tagged >= 0.1.1- , blaze-builder- , byteable- , bytestring- , conduit-combinators >= 0.3.1- , conduit >= 1.2.4- , conduit-extra >= 1.1.7.1- , containers >= 0.5.5.1- , cryptohash >= 0.11.6- , cryptohash-conduit- , directory >= 1.2.1.0- , enclosed-exceptions- , exceptions >= 0.8.0.2- , extra- , fast-logger >= 2.3.1- , filelock >= 0.1.0.1- , filepath >= 1.3.0.2- , fsnotify >= 0.2.1- , gitrev >= 1.1- , hashable >= 1.2.3.2- , hpc- , http-client >= 0.4.17- , http-client-tls >= 0.2.2- , http-conduit >= 2.1.7- , http-types >= 0.8.6- , ignore >= 0.1.1- , lifted-base- , monad-control- , monad-logger >= 0.3.13.1- , monad-loops >= 0.4.2.1- , mtl >= 2.1.3.1- , old-locale >= 1.0.0.6- , optparse-applicative- , optparse-simple >= 0.0.3- , path >= 0.5.1- , persistent >= 2.1.2- , persistent-sqlite >= 2.1.4- , persistent-template >= 2.1.1- , pretty- , process >= 1.2.0.0- , resourcet >= 1.1.4.1- , retry >= 0.6- , safe >= 0.3- , split- , stm >= 2.4.4- , streaming-commons >= 0.1.10.0- , tar >= 0.4.1.0- , template-haskell- , temporary >= 1.2.0.3- , text >= 1.2.0.4- , time >= 1.4.2- , transformers >= 0.3.0.0- , transformers-base >= 0.4.4- , unix-compat- , unordered-containers >= 0.2.5.1- , vector >= 0.10.12.3- , vector-binary-instances- , void >= 0.7- , yaml >= 0.8.10.1- , zlib >= 0.5.4.2- , deepseq >= 1.3- , file-embed- , word8- , hastache- , project-template >= 0.2- if os(windows)- cpp-options: -DWINDOWS- build-depends: Win32- else- build-depends: unix >= 2.7.0.1- default-language: Haskell2010--executable stack- hs-source-dirs: src/main- main-is: Main.hs- ghc-options: -Wall -threaded -rtsopts- other-modules: Paths_stack-- build-depends: base >=4.7 && < 5- , bytestring >= 0.10.4.0- , Cabal- , containers- , exceptions- , filepath- , filelock >= 0.1.0.1- , gitrev >= 1.1- , http-conduit >= 2.1.5- , lifted-base- , monad-control- , monad-logger >= 0.3.13.1- , mtl >= 2.1.3.1- , old-locale >= 1.0.0.6- , optparse-applicative >= 0.11.0.2- , optparse-simple >= 0.0.3- , path- , process- , resourcet >= 1.1.4.1- , stack- , text >= 1.2.0.4- , either- , directory- , split- , unordered-containers- , hashable- , conduit- , transformers- , http-client- default-language: Haskell2010- if os(windows)- build-depends: Win32- cpp-options: -DWINDOWS--test-suite stack-test- type: exitcode-stdio-1.0- hs-source-dirs: src/test- main-is: Test.hs- other-modules: Spec- , Stack.BuildPlanSpec- , Stack.Build.ExecuteSpec- , Stack.Build.TargetSpec- , Stack.ConfigSpec- , Stack.DotSpec- , Stack.PackageDumpSpec- , Stack.ArgsSpec- , Network.HTTP.Download.VerifiedSpec- ghc-options: -Wall -threaded- build-depends: base >=4.7 && <5- , hspec- , containers- , directory- , exceptions- , filepath- , path- , temporary- , stack- , monad-logger- , http-conduit- , cryptohash- , transformers- , conduit- , conduit-extra- , resourcet- , Cabal- , text- , optparse-applicative- , bytestring- , QuickCheck- , retry >= 0.6- default-language: Haskell2010--test-suite stack-integration-test- type: exitcode-stdio-1.0- hs-source-dirs: test/integration- main-is: IntegrationSpec.hs- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N-- if flag(integration-tests)- buildable: True- else- buildable: False-- build-depends: base >= 4.7 && < 10- , temporary- , hspec- , process- , filepath- , directory- , text- , unix-compat- , containers- , conduit- , conduit-extra- , resourcet- , async- , transformers- , bytestring- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/commercialhaskell/stack+name: stack +version: 0.1.6.0 +x-revision: 1 +synopsis: The Haskell Tool Stack +description: Please see the README.md for usage information, and + the wiki on Github for more details. Also, note that + the API for the library is not currently stable, and may + change significantly, even between minor releases. It is + currently only intended for use by the executable. +license: BSD3 +license-file: LICENSE +author: Chris Done +maintainer: chrisdone@fpcomplete.com +category: Development +build-type: Simple +cabal-version: >=1.10 +homepage: https://github.com/commercialhaskell/stack +extra-source-files: README.md + ChangeLog.md + CONTRIBUTING.md + doc/GUIDE.md + doc/build_command.md + doc/install_and_upgrade.md + doc/MAINTAINER_GUIDE.md + doc/dependency_visualization.md + doc/nonstandard_project_init.md + doc/SIGNING_KEY.md + doc/docker_integration.md + doc/shell_autocompletion.md + doc/architecture.md + doc/faq.md + doc/yaml_configuration.md + + -- Glob would be nice, but apparently Cabal doesn't support it: + -- cabal: filepath wildcard 'test/package-dump/*.txt' does not match any files. + -- Happened during cabal sdist + test/package-dump/ghc-7.8.txt + test/package-dump/ghc-7.8.4-osx.txt + test/package-dump/ghc-7.10.txt + + stack.yaml + +flag integration-tests + manual: True + default: False + description: Run the integration test suite + +library + hs-source-dirs: src/ + ghc-options: -Wall + exposed-modules: Options.Applicative.Builder.Extra + Options.Applicative.Args + Stack.BuildPlan + Stack.Config + Stack.Config.Docker + Stack.Constants + Stack.Docker + Stack.Docker.GlobalDB + Stack.Dot + Stack.Fetch + Stack.Exec + Stack.FileWatch + Stack.GhcPkg + Stack.Init + Stack.New + Stack.Options + Stack.Package + Stack.PackageDump + Stack.PackageIndex + Stack.Ghci + Stack.Ide + Stack.Image + Stack.SDist + Stack.Setup + Stack.Setup.Installed + Stack.Solver + Stack.Types + Stack.Types.Internal + Stack.Types.BuildPlan + Stack.Types.Compiler + Stack.Types.Config + Stack.Types.Docker + Stack.Types.FlagName + Stack.Types.GhcPkgId + Stack.Types.Image + Stack.Types.PackageIdentifier + Stack.Types.PackageName + Stack.Types.TemplateName + Stack.Types.Version + Stack.Types.StackT + Stack.Types.Build + Stack.Types.Package + Stack.Build + Stack.Build.Cache + Stack.Build.Coverage + Stack.Build.ConstructPlan + Stack.Build.Execute + Stack.Build.Haddock + Stack.Build.Installed + Stack.Build.Source + Stack.Build.Target + Stack.Upgrade + Stack.Upload + System.Process.Read + System.Process.Log + System.Process.Run + Network.HTTP.Download.Verified + Data.Attoparsec.Args + Path.IO + other-modules: Network.HTTP.Download + Control.Concurrent.Execute + Path.Find + System.Process.PagerEditor + Paths_stack + Data.Aeson.Extended + Data.Attoparsec.Combinators + Data.Binary.VersionTagged + Data.IORef.RunOnce + Data.Maybe.Extra + Data.Set.Monad + Distribution.Version.Extra + build-depends: + Cabal >=1.18.1.5 && <1.23, + aeson >=0.8.0.2 && <0.9, + ansi-terminal >=0.6.2.3 && <0.7, + async >=2.0.2 && <2.1, + attoparsec >=0.12.1.5 && <0.13, + base ==4.*, + base16-bytestring >=0.1.1.6 && <0.2, + base64-bytestring >=1.0.0.1 && <1.1, + bifunctors >=4.2.1 && <5.1, + binary ==0.7.*, + binary-tagged >=0.1.1 && <0.2, + blaze-builder >=0.4.0.1 && <0.5, + byteable >=0.1.1 && <0.2, + bytestring >=0.10.6.0 && <0.11, + conduit-combinators >=0.3.1 && <1.1, + conduit >=1.2.4 && <1.3, + conduit-extra >=1.1.7.1 && <1.2, + containers >=0.5.5.1 && <0.6, + cryptohash >=0.11.6 && <0.12, + cryptohash-conduit >=0.1.1 && <0.2, + directory >=1.2.1.0 && <1.3, + enclosed-exceptions >=1.0.1.1 && <1.1, + exceptions >=0.8.0.2 && <0.9, + extra >=1.4.2 && <1.5, + fast-logger >=2.3.1 && <2.5, + filelock >=0.1.0.1 && <0.2, + filepath >=1.3.0.2 && <1.5, + fsnotify >=0.2.1 && <0.3, + gitrev ==1.1.*, + hashable >=1.2.3.2 && <1.3, + hpc >=0.6.0.2 && <0.7, + http-client >=0.4.17 && <0.5, + http-client-tls >=0.2.2 && <0.3, + http-conduit >=2.1.7 && <2.2, + http-types >=0.8.6 && <0.9, + ignore >=0.1.1 && <0.2, + lifted-base >=0.2.3.6 && <0.3, + monad-control >=1.0.0.4 && <1.1, + monad-logger >=0.3.13.1 && <0.4, + monad-loops >=0.4.2.1 && <0.5, + mtl >=2.1.3.1 && <2.3, + old-locale >=1.0.0.6 && <1.1, + optparse-applicative >=0.11.0.2 && <0.12, + optparse-simple >=0.0.3 && <0.1, + path >=0.5.1 && <0.6, + persistent >=2.1.2 && <2.3, + persistent-sqlite >=2.1.4 && <2.3, + persistent-template >=2.1.1 && <2.2, + pretty >=1.1.2.0 && <1.2, + process >=1.2.0.0 && <1.3, + resourcet >=1.1.4.1 && <1.2, + retry ==0.6.*, + safe ==0.3.*, + split >=0.2.2 && <0.3, + stm >=2.4.4 && <2.5, + streaming-commons >=0.1.10.0 && <0.2, + tar >=0.4.1.0 && <0.5, + template-haskell >=2.10.0.0 && <2.11, + temporary >=1.2.0.3 && <1.3, + text >=1.2.0.4 && <1.3, + time >=1.4.2 && <1.6, + transformers >=0.3.0.0 && <0.5, + transformers-base >=0.4.4 && <0.5, + unix-compat >=0.4.1.4 && <0.5, + unordered-containers >=0.2.5.1 && <0.3, + vector >=0.10.12.3 && <0.11, + vector-binary-instances >=0.2.1.0 && <0.3, + void ==0.7.*, + yaml >=0.8.10.1 && <0.9, + zlib >=0.5.4.2 && <0.6, + deepseq >=1.3 && <1.5, + file-embed >=0.0.9 && <0.1, + word8 >=0.1.2 && <0.2, + hastache >=0.6.1 && <0.7, + project-template ==0.2.* + + if os(windows) + cpp-options: -DWINDOWS + build-depends: Win32 + else + build-depends: unix >= 2.7.0.1 + default-language: Haskell2010 + +executable stack + hs-source-dirs: src/main + main-is: Main.hs + ghc-options: -Wall -threaded -rtsopts + other-modules: Paths_stack + + build-depends: + base >=4.7 && <5, + bytestring >=0.10.4.0 && <0.11, + Cabal >=1.22.4.0 && <1.23, + containers >=0.5.6.2 && <0.6, + exceptions >=0.8.0.2 && <0.9, + filepath >=1.4.0.0 && <1.5, + filelock >=0.1.0.1 && <0.2, + gitrev ==1.1.*, + http-conduit >=2.1.5 && <2.2, + lifted-base >=0.2.3.6 && <0.3, + monad-control >=1.0.0.4 && <1.1, + monad-logger >=0.3.13.1 && <0.4, + mtl >=2.1.3.1 && <2.3, + old-locale >=1.0.0.6 && <1.1, + optparse-applicative >=0.11.0.2 && <0.12, + optparse-simple >=0.0.3 && <0.1, + path >=0.5.2 && <0.6, + process >=1.2.3.0 && <1.3, + resourcet >=1.1.4.1 && <1.2, + stack >=0.1.6.0 && <0.2, + text >=1.2.0.4 && <1.3, + either >=4.4.1 && <4.5, + directory >=1.2.2.0 && <1.3, + split >=0.2.2 && <0.3, + unordered-containers >=0.2.5.1 && <0.3, + hashable >=1.2.3.3 && <1.3, + conduit >=1.2.5 && <1.3, + transformers >=0.4.2.0 && <0.5, + http-client >=0.4.24 && <0.5 + default-language: Haskell2010 + if os(windows) + build-depends: Win32 + cpp-options: -DWINDOWS + +test-suite stack-test + type: exitcode-stdio-1.0 + hs-source-dirs: src/test + main-is: Test.hs + other-modules: Spec + , Stack.BuildPlanSpec + , Stack.Build.ExecuteSpec + , Stack.Build.TargetSpec + , Stack.ConfigSpec + , Stack.DotSpec + , Stack.PackageDumpSpec + , Stack.ArgsSpec + , Network.HTTP.Download.VerifiedSpec + ghc-options: -Wall -threaded + build-depends: base >=4.7 && <5 + , hspec + , containers + , directory + , exceptions + , filepath + , path + , temporary + , stack + , monad-logger + , http-conduit + , cryptohash + , transformers + , conduit + , conduit-extra + , resourcet + , Cabal + , text + , optparse-applicative + , bytestring + , QuickCheck + , retry >= 0.6 + default-language: Haskell2010 + +test-suite stack-integration-test + type: exitcode-stdio-1.0 + hs-source-dirs: test/integration + main-is: IntegrationSpec.hs + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + + if flag(integration-tests) + buildable: True + else + buildable: False + + build-depends: base >= 4.7 && < 10 + , temporary + , hspec + , process + , filepath + , directory + , text + , unix-compat + , containers + , conduit + , conduit-extra + , resourcet + , async + , transformers + , bytestring + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/commercialhaskell/stack
revision 2
name: stack version: 0.1.6.0 -x-revision: 1 +x-revision: 2 synopsis: The Haskell Tool Stack description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that Distribution.Version.Extra build-depends: Cabal >=1.18.1.5 && <1.23, - aeson >=0.8.0.2 && <0.9, + aeson >=0.8.0.2 && <0.10, ansi-terminal >=0.6.2.3 && <0.7, async >=2.0.2 && <2.1, - attoparsec >=0.12.1.5 && <0.13, + attoparsec >=0.12.1.5 && <0.14, base ==4.*, base16-bytestring >=0.1.1.6 && <0.2, base64-bytestring >=1.0.0.1 && <1.1,
revision 3
name: stack version: 0.1.6.0 -x-revision: 2 +x-revision: 3 synopsis: The Haskell Tool Stack description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that transformers-base >=0.4.4 && <0.5, unix-compat >=0.4.1.4 && <0.5, unordered-containers >=0.2.5.1 && <0.3, - vector >=0.10.12.3 && <0.11, + vector >=0.10.12.3 && <0.12, vector-binary-instances >=0.2.1.0 && <0.3, void ==0.7.*, yaml >=0.8.10.1 && <0.9,
revision 4
name: stack version: 0.1.6.0 -x-revision: 3 +x-revision: 4 synopsis: The Haskell Tool Stack description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that stm >=2.4.4 && <2.5, streaming-commons >=0.1.10.0 && <0.2, tar >=0.4.1.0 && <0.5, - template-haskell >=2.10.0.0 && <2.11, + template-haskell >=2.9.0.0 && <2.11, temporary >=1.2.0.3 && <1.3, text >=1.2.0.4 && <1.3, time >=1.4.2 && <1.6,
revision 5
name: stack version: 0.1.6.0 -x-revision: 4 +x-revision: 5 synopsis: The Haskell Tool Stack description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that persistent >=2.1.2 && <2.3, persistent-sqlite >=2.1.4 && <2.3, persistent-template >=2.1.1 && <2.2, - pretty >=1.1.2.0 && <1.2, + pretty >=1.1.1.1 && <1.2, process >=1.2.0.0 && <1.3, resourcet >=1.1.4.1 && <1.2, retry ==0.6.*,
revision 6
name: stack version: 0.1.6.0 -x-revision: 5 +x-revision: 6 synopsis: The Haskell Tool Stack description: Please see the README.md for usage information, and the wiki on Github for more details. Also, note that base >=4.7 && <5, bytestring >=0.10.4.0 && <0.11, Cabal >=1.22.4.0 && <1.23, - containers >=0.5.6.2 && <0.6, + containers >=0.5.5.1 && <0.6, exceptions >=0.8.0.2 && <0.9, filepath >=1.4.0.0 && <1.5, filelock >=0.1.0.1 && <0.2, ghc-options: -Wall -threaded build-depends: base >=4.7 && <5 , hspec - , containers + , containers >=0.5.5.1 , directory , exceptions , filepath , directory , text , unix-compat - , containers + , containers >=0.5.5.1 , conduit , conduit-extra , resourcet