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

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