User talk:Johan.vanbiesen

From HaskellWiki
Revision as of 07:45, 3 March 2022 by Johan.vanbiesen (talk | contribs) (Reason for code edits.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 the project with cabal dependencies as below, 4 edits to the source code provided were needed in order to compile and reproduce the results.

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