Skip to content
Snippets Groups Projects
Commit b861c1a2 authored by Alice Brenon's avatar Alice Brenon
Browse files

Oh yeah we serialize things now

parent 5bec61bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment