Move to fpco

This commit is contained in:
Michael Snoyman 2012-11-29 18:19:14 +02:00
parent 0aabb5906c
commit 211615c8bc
2 changed files with 7 additions and 3 deletions

View File

@ -16,7 +16,7 @@ general, the following set of commands should be good for getting started:
cabal update
cabal install cabal-dev
git clone https://github.com/snoyberg/stackage
git clone https://github.com/fpco/stackage
cd stackage
git submodule update --init # get the Haskell Platform files
runghc app/stackage.hs build # takes a *long* time

View File

@ -5,11 +5,11 @@ name: stackage
version: 0.1.0.0
synopsis: "Stable Hackage," tools for creating a vetted set of packages from Hackage.
-- description:
homepage: https://github.com/snoyberg/stackage
homepage: https://github.com/fpco/stackage
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
maintainer: michael@fpcomplete.com
category: Distribution
build-type: Simple
cabal-version: >=1.8
@ -42,3 +42,7 @@ executable stackage
main-is: stackage.hs
build-depends: base
, stackage
source-repository head
type: git
location: https://github.com/fpco/stackage