Talk:Multiplate

From HaskellWiki
Revision as of 07:47, 3 March 2022 by Johan.vanbiesen (talk | contribs) (Reason for updates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In a project with cabal dependencies as below, 4 edits to the source code provided were needed in order to compile and reproduce the results on this page.

   build-depends:    base ^>=4.14.3.0,
                     multiplate >=0.0.3,
                     transformers
   hs-source-dirs:   app
   default-language: Haskell2010