Backend: documentation file

This commit is contained in:
Arthi-chaud
2022-01-11 14:36:59 +01:00
parent 7c0dae9942
commit dc4c99f6ba
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
# back
# AERIS - Back-end
+9 -9
View File
@@ -1,10 +1,10 @@
name: back
name: Aeris-aeris-back
version: 0.1.0.0
github: "githubuser/back"
github: "AnonymusRaccoon/Aeris"
license: BSD3
author: "Author name here"
author: "Anonymus Raccoon"
maintainer: "example@example.com"
copyright: "2022 Author name here"
copyright: "2022 AnonymusRaccoon/Aeris"
extra-source-files:
- README.md
@@ -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/back#readme>
description: Please see the README on GitHub at <https://github.com/AnonymusRaccoon/aeris/back#readme>
dependencies:
- base >= 4.7 && < 5
@@ -26,7 +26,7 @@ library:
source-dirs: src
executables:
back-exe:
aeris-back-exe:
main: Main.hs
source-dirs: app
ghc-options:
@@ -34,10 +34,10 @@ executables:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- back
- aeris-back
tests:
back-test:
aeris-back-test:
main: Spec.hs
source-dirs: test
ghc-options:
@@ -45,4 +45,4 @@ tests:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- back
- aeris-back