summaryrefslogtreecommitdiff
path: root/elna.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-10-22 01:21:02 +0200
committerEugen Wissner <belka@caraus.de>2024-10-22 01:21:02 +0200
commit57436f664e7d138bd915fb30f486e4bb802d74b6 (patch)
tree3acdc41c0166cc0d515b37169420e429ad8878df /elna.cabal
parentbf5ec1f3e2325e28154b9796532d37ee84753349 (diff)
downloadelna-57436f664e7d138bd915fb30f486e4bb802d74b6.tar.gz
Abstract the string table into a newtype
Diffstat (limited to 'elna.cabal')
-rw-r--r--elna.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/elna.cabal b/elna.cabal
index 4f3fc8e..8b79dbe 100644
--- a/elna.cabal
+++ b/elna.cabal
@@ -4,12 +4,10 @@ version: 0.1.0.0
synopsis:
Elna programming language compiles simple mathematical operations to RISC-V code
--- description:
license: MPL-2.0
license-file: LICENSE
author: Eugen Wissner
maintainer: belka@caraus.de
--- copyright:
category: Language
build-type: Simple
extra-doc-files: TODO README
@@ -48,6 +46,8 @@ library elna-internal
Language.Elna.Glue
Language.Elna.Location
Language.Elna.Object.Elf
+ Language.Elna.Object.ElfCoder
+ Language.Elna.Object.StringTable
Language.Elna.RiscV.CodeGenerator
Language.Elna.RiscV.ElfWriter
build-depends: