mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 14:58:29 +01:00
Move to fpco
This commit is contained in:
parent
0aabb5906c
commit
211615c8bc
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user