From dc4c99f6ba1b921531caddf2ec28c774de443e9d Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Tue, 11 Jan 2022 14:36:59 +0100 Subject: [PATCH] Backend: documentation file --- back/README.md | 2 +- back/package.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/back/README.md b/back/README.md index ff8584e..1b0f1e1 100644 --- a/back/README.md +++ b/back/README.md @@ -1 +1 @@ -# back +# AERIS - Back-end diff --git a/back/package.yaml b/back/package.yaml index d4940c7..febb9d6 100644 --- a/back/package.yaml +++ b/back/package.yaml @@ -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 +description: Please see the README on GitHub at 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