summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-25 16:42:16 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-25 16:42:16 +0200
commit871020541d8309955803252d2ac93520b67eb287 (patch)
tree030eaaa5c833c6bfbbf6f93cd8eeab832545e767
parent8493f532633b8619e3fe16834aab15ba6e133a54 (diff)
downloadstylish-haskell-871020541d8309955803252d2ac93520b67eb287.tar.gz
Repo rename
-rw-r--r--README.markdown4
-rw-r--r--stylish-haskell.cabal (renamed from stylish-haskell-imports.cabal)14
2 files changed, 9 insertions, 9 deletions
diff --git a/README.markdown b/README.markdown
index ecf0aea..dc84b38 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,5 @@
-stylish-haskell-imports
-=======================
+stylish-haskell
+===============
[![Build Status](https://secure.travis-ci.org/jaspervdj/stylish-haskell-imports.png?branch=master)](http://travis-ci.org/jaspervdj/stylish-haskell-imports)
diff --git a/stylish-haskell-imports.cabal b/stylish-haskell.cabal
index 9e47b4d..a06e425 100644
--- a/stylish-haskell-imports.cabal
+++ b/stylish-haskell.cabal
@@ -1,8 +1,8 @@
-Name: stylish-haskell-imports
+Name: stylish-haskell
Version: 0.1.0.0
-Synopsis: Align and sort imports in Haskell source code
-Description: Align and sort imports in Haskell source code
-Homepage: https://github.com/jaspervdj/stylish-haskell-imports
+Synopsis: Haskell code prettifier
+Description: Haskell code prettifier
+Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
License-file: LICENSE
Author: Jasper Van der Jeugt <m@jaspervdj.be>
@@ -12,7 +12,7 @@ Category: Language
Build-type: Simple
Cabal-version: >= 1.8
-Executable stylish-haskell-imports
+Executable stylish-haskell
Ghc-options: -Wall -O2
Hs-source-dirs: src
Main-is: Main.hs
@@ -28,7 +28,7 @@ Executable stylish-haskell-imports
base >= 4 && < 5,
haskell-src-exts >= 1.13 && < 1.14
-Test-suite stylish-haskell-imports-tests
+Test-suite stylish-haskell-tests
Ghc-options: -Wall
Hs-source-dirs: src tests
Main-is: TestSuite.hs
@@ -48,4 +48,4 @@ Test-suite stylish-haskell-imports-tests
Source-repository head
Type: git
- Location: https://github.com/jaspervdj/websockets
+ Location: https://github.com/jaspervdj/stylish-haskell