diff options
| author | Volpeon <github@volpeon.ink> | 2023-05-28 10:18:49 +0200 |
|---|---|---|
| committer | Volpeon <github@volpeon.ink> | 2023-05-28 10:18:49 +0200 |
| commit | b2c846b0daf9d6e26e1e2a07fecc848b4732baa0 (patch) | |
| tree | d76c99df7a6e52301d41c59eac1736137062ceac /jsonld.cabal | |
| parent | Completed untested Flattening implementation (diff) | |
| download | hs-jsonld-b2c846b0daf9d6e26e1e2a07fecc848b4732baa0.tar.gz hs-jsonld-b2c846b0daf9d6e26e1e2a07fecc848b4732baa0.tar.bz2 hs-jsonld-b2c846b0daf9d6e26e1e2a07fecc848b4732baa0.zip | |
Fixed flattening errors
Diffstat (limited to 'jsonld.cabal')
| -rw-r--r-- | jsonld.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jsonld.cabal b/jsonld.cabal index 0efa3b2..376a647 100644 --- a/jsonld.cabal +++ b/jsonld.cabal | |||
| @@ -75,6 +75,7 @@ library | |||
| 75 | , megaparsec | 75 | , megaparsec |
| 76 | , modern-uri | 76 | , modern-uri |
| 77 | , mtl | 77 | , mtl |
| 78 | , pretty-simple | ||
| 78 | , rdf4h | 79 | , rdf4h |
| 79 | , relude | 80 | , relude |
| 80 | , req | 81 | , req |
| @@ -120,6 +121,7 @@ test-suite jsonld-test | |||
| 120 | , megaparsec | 121 | , megaparsec |
| 121 | , modern-uri | 122 | , modern-uri |
| 122 | , mtl | 123 | , mtl |
| 124 | , pretty-simple | ||
| 123 | , rdf4h | 125 | , rdf4h |
| 124 | , relude | 126 | , relude |
| 125 | , req | 127 | , req |
