Difference between revisions of "User talk:Johan.vanbiesen"

From HaskellWiki
Jump to navigation Jump to search
(Reason for code edits.)
(No difference)

Revision as of 07:45, 3 March 2022

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