Skip to content

Commit

Permalink
Update from Hackage at 2015-04-29T09:20:05+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 29, 2015
1 parent 0c5f2f2 commit 5f6d964
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
37 changes: 37 additions & 0 deletions stackage-install/0.1.0.1/stackage-install.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: stackage-install
version: 0.1.0.1
synopsis: Secure download of packages for cabal-install
description: For more information, see <https://www.stackage.org/package/stackage-install>
homepage: https://github.com/fpco/stackage-install
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
category: Distribution
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10

library
exposed-modules: Stackage.Install
build-depends: base >= 4.5 && < 5
, bytestring >= 0.9
, http-client >= 0.4
, http-client-tls >= 0.2
, directory >= 1.1
, filepath >= 1.2
, process >= 1
, async
, stm
default-language: Haskell2010

executable stackage-install
main-is: stackage-install.hs
hs-source-dirs: app
build-depends: base
, stackage-install
default-language: Haskell2010

source-repository head
type: git
location: git://github.com/fpco/stackage-install.git
25 changes: 25 additions & 0 deletions stackage/0.7.1.0/stackage.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: stackage
version: 0.7.1.0
synopsis: Dummy package forcing installation of other Stackage packages
homepage: https://www.stackage.org/
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
category: Development
build-type: Simple
extra-source-files: README.md ChangeLog.md
cabal-version: >=1.10

library
exposed-modules: Stackage.Dummy
build-depends: base < 10
, stackage-cli
, stackage-update
, stackage-upload
, stackage-install
default-language: Haskell2010

source-repository head
type: git
location: git://github.com/fpco/stackage.git

0 comments on commit 5f6d964

Please sign in to comment.