mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-27 14:41:59 +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 update
|
||||||
cabal install cabal-dev
|
cabal install cabal-dev
|
||||||
git clone https://github.com/snoyberg/stackage
|
git clone https://github.com/fpco/stackage
|
||||||
cd stackage
|
cd stackage
|
||||||
git submodule update --init # get the Haskell Platform files
|
git submodule update --init # get the Haskell Platform files
|
||||||
runghc app/stackage.hs build # takes a *long* time
|
runghc app/stackage.hs build # takes a *long* time
|
||||||
|
|||||||
@ -5,11 +5,11 @@ name: stackage
|
|||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
synopsis: "Stable Hackage," tools for creating a vetted set of packages from Hackage.
|
synopsis: "Stable Hackage," tools for creating a vetted set of packages from Hackage.
|
||||||
-- description:
|
-- description:
|
||||||
homepage: https://github.com/snoyberg/stackage
|
homepage: https://github.com/fpco/stackage
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman
|
author: Michael Snoyman
|
||||||
maintainer: michael@snoyman.com
|
maintainer: michael@fpcomplete.com
|
||||||
category: Distribution
|
category: Distribution
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.8
|
cabal-version: >=1.8
|
||||||
@ -42,3 +42,7 @@ executable stackage
|
|||||||
main-is: stackage.hs
|
main-is: stackage.hs
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, stackage
|
, stackage
|
||||||
|
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: https://github.com/fpco/stackage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user