diff options
| author | Volpeon <github@volpeon.ink> | 2023-05-28 08:13:08 +0200 |
|---|---|---|
| committer | Volpeon <github@volpeon.ink> | 2023-05-28 08:13:08 +0200 |
| commit | 8c49a30faa431b8b56a4b4926e7dae56b1311fea (patch) | |
| tree | 6a103b49cdfe6df38fadad1f9d59521dd92ebf74 /jsonld.cabal | |
| parent | Added Node Map Merging algorithm (diff) | |
| download | hs-jsonld-8c49a30faa431b8b56a4b4926e7dae56b1311fea.tar.gz hs-jsonld-8c49a30faa431b8b56a4b4926e7dae56b1311fea.tar.bz2 hs-jsonld-8c49a30faa431b8b56a4b4926e7dae56b1311fea.zip | |
Completed untested Flattening implementation
Diffstat (limited to 'jsonld.cabal')
| -rw-r--r-- | jsonld.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jsonld.cabal b/jsonld.cabal index 9c9650c..0efa3b2 100644 --- a/jsonld.cabal +++ b/jsonld.cabal | |||
| @@ -29,6 +29,8 @@ library | |||
| 29 | Data.JLD.Expansion | 29 | Data.JLD.Expansion |
| 30 | Data.JLD.Expansion.Context | 30 | Data.JLD.Expansion.Context |
| 31 | Data.JLD.Expansion.Global | 31 | Data.JLD.Expansion.Global |
| 32 | Data.JLD.Flattening | ||
| 33 | Data.JLD.Flattening.Global | ||
| 32 | Data.JLD.Flattening.NodeMap | 34 | Data.JLD.Flattening.NodeMap |
| 33 | Data.JLD.Mime | 35 | Data.JLD.Mime |
| 34 | Data.JLD.Model.ActiveContext | 36 | Data.JLD.Model.ActiveContext |
| @@ -89,7 +91,9 @@ test-suite jsonld-test | |||
| 89 | type: exitcode-stdio-1.0 | 91 | type: exitcode-stdio-1.0 |
| 90 | main-is: Spec.hs | 92 | main-is: Spec.hs |
| 91 | other-modules: | 93 | other-modules: |
| 94 | Test.Common | ||
| 92 | Test.Expansion | 95 | Test.Expansion |
| 96 | Test.Flattening | ||
| 93 | Paths_jsonld | 97 | Paths_jsonld |
| 94 | hs-source-dirs: | 98 | hs-source-dirs: |
| 95 | test | 99 | test |
