From b861c1a2b8ed67a8c9410e75cdba5e7b56f5e39d Mon Sep 17 00:00:00 2001 From: Alice BRENON <alice.brenon@ens-lyon.fr> Date: Mon, 1 Jan 2024 18:57:48 +0100 Subject: [PATCH] Oh yeah we serialize things now --- manifest.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.scm b/manifest.scm index 4627992..d30bafb 100644 --- a/manifest.scm +++ b/manifest.scm @@ -6,6 +6,7 @@ ((gnu packages haskell) #:select (ghc)) ((gnu packages haskell-web) #:select (ghc-aeson ghc-hxt)) ((gnu packages haskell-xyz) #:select (ghc-cassava + ghc-cereal ghc-hs-conllu ghc-random ghc-regex-tdfa)) @@ -30,6 +31,7 @@ ghc ; running haskell ghc-aeson ; working with JSON in haskell ghc-cassava ; working with CSV in haskell + ghc-cereal ; serializing haskell objects to/from disk ghc-geode ; handling corpus files ghc-hs-conllu ; working on syntax-annotated documents ghc-hxt ; working on xml documents -- GitLab