1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-27 00:14:03 +03:00

Rename from “hslibs” to “guide”

This commit is contained in:
Artyom 2016-03-04 19:56:33 +03:00
parent 22524060e1
commit d74e191053
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# hslibs
# guide
[![Build status](https://secure.travis-ci.org/aelve/hslibs.svg)](https://travis-ci.org/aelve/hslibs)
[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/aelve/hslibs/blob/master/LICENSE)
[![Build status](https://secure.travis-ci.org/aelve/guide.svg)](https://travis-ci.org/aelve/guide)
[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/aelve/guide/blob/master/LICENSE)

View File

@ -1,10 +1,10 @@
name: hslibs
name: guide
version: 0.1.0.0
synopsis: A site for comparing Haskell libraries
description:
A site for comparing Haskell libraries
homepage: http://github.com/aelve/hslibs
bug-reports: http://github.com/aelve/hslibs/issues
homepage: http://github.com/aelve/guide
bug-reports: http://github.com/aelve/guide/issues
license: BSD3
license-file: LICENSE
author: Artyom
@ -20,9 +20,9 @@ cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/aelve/hslibs.git
location: git://github.com/aelve/guide.git
executable hslibs
executable guide
main-is: Main.hs
other-modules:
Utils