Talk:Multiplate

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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