Skip to content

Commit 9bcf5c8

Browse files
committed
rename src-util to simple-src-utils
I don't want to take the general src-util name for some trivial stuff.
1 parent 69ce117 commit 9bcf5c8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
string-literal
22
* options with --
33
* --explicit-nl adds leading space
4-
- ensure single line works
5-
- real tests, empty line handling and round trip
4+
+ ensure single line works
5+
+ real tests, empty line handling and round trip
66
- ignore but retain trailing or leading blank lines
7+
. only when not --wrapped though
78
- vim config uses variable for --explicit-nl
89
- configurable indentation
910
- documentation

src-util.cabal renamed to simple-src-utils.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: src-util
1+
name: simple-src-utils
22
version: 0.1
33
cabal-version: >= 1.8
44
build-type: Simple
@@ -19,10 +19,10 @@ data-files:
1919
TODO
2020
vimrc
2121

22-
homepage: https://github.com/elaforge/src-util
22+
homepage: https://github.com/elaforge/simple-src-utils
2323
source-repository head
2424
type: git
25-
location: git://github.com/elaforge/src-util.git
25+
location: git://github.com/elaforge/simple-src-utils.git
2626

2727
executable string-literal
2828
main-is: src/StringLiteral.hs

0 commit comments

Comments
 (0)