Change project name to lambda-infobot

This commit is contained in:
Joscha 2018-02-25 22:06:11 +00:00
parent ef7d182cef
commit 73dc426ba8
3 changed files with 82 additions and 8 deletions

View file

@ -1,6 +1,6 @@
name: euph-infobot
name: lambda-infobot
version: 0.1.0.0
github: "Garmelon/euph-infobot"
github: "Garmelon/lambda-infobot"
license: BSD3
author: "Joscha Mennicken"
maintainer: "joscha@migejolise.de"
@ -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/Garmelon/euph-infobot#readme>
description: Please see the README on Github at <https://github.com/Garmelon/lambda-infobot#readme>
dependencies:
- base >= 4.7 && < 5
@ -30,7 +30,7 @@ library:
source-dirs: src
executables:
euph-infobot-exe:
lambda-infobot-exe:
main: Main.hs
source-dirs: app
ghc-options:
@ -38,10 +38,10 @@ executables:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- euph-infobot
- lambda-infobot
tests:
euph-infobot-test:
lambda-infobot-test:
main: Spec.hs
source-dirs: test
ghc-options:
@ -49,4 +49,4 @@ tests:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- euph-infobot
- lambda-infobot