aboutsummaryrefslogtreecommitdiffhomepage
path: root/bruijn.cabal
diff options
context:
space:
mode:
authorMarvin Borner2022-07-18 01:44:38 +0200
committerMarvin Borner2022-07-18 01:44:38 +0200
commit745147f88f400cced478dd588a2dfd7a7c2140a8 (patch)
tree3c8e963275ef111b21315a662fd601286f4e123b /bruijn.cabal
parent313e883f5e2146a2005ae0ed6a36af835cbbc961 (diff)
Moved/improved standard library
and other things
Diffstat (limited to 'bruijn.cabal')
-rw-r--r--bruijn.cabal12
1 files changed, 11 insertions, 1 deletions
diff --git a/bruijn.cabal b/bruijn.cabal
index 139f41e..c7eafe5 100644
--- a/bruijn.cabal
+++ b/bruijn.cabal
@@ -13,12 +13,19 @@ author: Marvin Borner
maintainer: develop@marvinborner.de
copyright: 2022 Marvin Borner
license: MIT
+license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
data-files:
config
- std.bruijn
+ std/Boolean.bruijn
+ std/Church.bruijn
+ std/Combinator.bruijn
+ std/Number.bruijn
+ std/Option.bruijn
+ std/Pair.bruijn
+ std/Result.bruijn
source-repository head
type: git
@@ -44,6 +51,7 @@ library
, bytestring
, containers
, directory
+ , filepath
, haskeline
, megaparsec
, mtl
@@ -66,6 +74,7 @@ executable bruijn
, bytestring
, containers
, directory
+ , filepath
, haskeline
, megaparsec
, mtl
@@ -89,6 +98,7 @@ test-suite bruijn-test
, bytestring
, containers
, directory
+ , filepath
, haskeline
, megaparsec
, mtl