[email protected] writes:
> cbaines pushed a commit to branch master > in repository guix. > > commit 094a9d7ac490e5b745deb0a8be050d6572f71a60 > Author: Carlo Holl <[email protected]> > AuthorDate: Sat Oct 31 19:02:30 2020 -0700 > > gnu: Add ghc-tabular. > > * gnu/packages/haskell-xyz.scm (ghc-tabular): New variable. > > Signed-off-by: Christopher Baines <[email protected]> > --- > gnu/packages/haskell-xyz.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > > diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm > index cb24940..71cf860 100644 > --- a/gnu/packages/haskell-xyz.scm > +++ b/gnu/packages/haskell-xyz.scm > @@ -12798,6 +12798,49 @@ Unlike the filepath package, this package does not > simply reuse String, > increasing type safety.") > (license license:expat))) > > +(define-public ghc-tabular > + (package > + (name "ghc-tabular") > + (version "0.2.2.8") LTSHaskell has this at 0.2.2.7. -- Ricardo
