mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-07 20:32:41 +00:00
Backend: documentation file
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
# back
|
||||
# AERIS - Back-end
|
||||
|
||||
+9
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user