Change project name
This commit is contained in:
parent
ae84e1a148
commit
0a446ca70e
4 changed files with 10 additions and 13 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
.stack-work/
|
.stack-work/
|
||||||
regex-dingsda.cabal
|
rextra.cabal
|
||||||
*~
|
*~
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
# Changelog for regex-dingsda
|
|
||||||
|
|
||||||
## Unreleased changes
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
# regex-dingsda
|
# rextra
|
||||||
|
|
|
||||||
14
package.yaml
14
package.yaml
|
|
@ -1,6 +1,6 @@
|
||||||
name: regex-dingsda
|
name: rextra
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
github: "githubuser/regex-dingsda"
|
github: "Garmelon/rextra"
|
||||||
license: BSD3
|
license: BSD3
|
||||||
author: "Author name here"
|
author: "Author name here"
|
||||||
maintainer: "example@example.com"
|
maintainer: "example@example.com"
|
||||||
|
|
@ -17,7 +17,7 @@ extra-source-files:
|
||||||
# To avoid duplicated efforts in documentation and dealing with the
|
# To avoid duplicated efforts in documentation and dealing with the
|
||||||
# complications of embedding Haddock markup inside cabal files, it is
|
# complications of embedding Haddock markup inside cabal files, it is
|
||||||
# common to point users to the README.md file.
|
# common to point users to the README.md file.
|
||||||
description: Please see the README on GitHub at <https://github.com/githubuser/regex-dingsda#readme>
|
description: Please see the README on GitHub at <https://github.com/Garmelon/rextra#readme>
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
|
|
@ -31,7 +31,7 @@ library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
regex-dingsda-exe:
|
rextra-exe:
|
||||||
main: Main.hs
|
main: Main.hs
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
|
@ -39,10 +39,10 @@ executables:
|
||||||
- -rtsopts
|
- -rtsopts
|
||||||
- -with-rtsopts=-N
|
- -with-rtsopts=-N
|
||||||
dependencies:
|
dependencies:
|
||||||
- regex-dingsda
|
- rextra
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
regex-dingsda-test:
|
rextra-test:
|
||||||
main: Spec.hs
|
main: Spec.hs
|
||||||
source-dirs: test
|
source-dirs: test
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
|
@ -50,4 +50,4 @@ tests:
|
||||||
- -rtsopts
|
- -rtsopts
|
||||||
- -with-rtsopts=-N
|
- -with-rtsopts=-N
|
||||||
dependencies:
|
dependencies:
|
||||||
- regex-dingsda
|
- rexra
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue