aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.yaml b/package.yaml
index 9fdee03..c864ddf 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,10 +1,10 @@
name: bruijn
version: 0.1.0.0
github: "githubuser/bruijn"
-license: BSD3
-author: "Author name here"
-maintainer: "example@example.com"
-copyright: "2022 Author name here"
+license: MIT
+author: "Marvin Borner"
+maintainer: "develop@marvinborner.de"
+copyright: "2022 Marvin Borner"
extra-source-files:
- README.md
@@ -28,12 +28,14 @@ dependencies:
- haskeline
- parsec
- containers
+- bytestring
+- bitstring
library:
source-dirs: src
executables:
- bruijn-exe:
+ bruijn:
main: Main.hs
source-dirs: app
ghc-options: