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:
parent
22524060e1
commit
d74e191053
@ -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)
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user