Change project name

This commit is contained in:
Joscha 2019-10-28 13:48:28 +00:00
parent ae84e1a148
commit 0a446ca70e
4 changed files with 10 additions and 13 deletions

View file

@ -1,6 +1,6 @@
name: regex-dingsda
name: rextra
version: 0.1.0.0
github: "githubuser/regex-dingsda"
github: "Garmelon/rextra"
license: BSD3
author: "Author name here"
maintainer: "example@example.com"
@ -17,7 +17,7 @@ extra-source-files:
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# 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:
- base >= 4.7 && < 5
@ -31,7 +31,7 @@ library:
source-dirs: src
executables:
regex-dingsda-exe:
rextra-exe:
main: Main.hs
source-dirs: app
ghc-options:
@ -39,10 +39,10 @@ executables:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- regex-dingsda
- rextra
tests:
regex-dingsda-test:
rextra-test:
main: Spec.hs
source-dirs: test
ghc-options:
@ -50,4 +50,4 @@ tests:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- regex-dingsda
- rexra