Skip to content
  • Pinto Pasquale's avatar
    [#90] fix Indigo's tutorial package to make it buildable · ebbc1761
    Pinto Pasquale authored and Ivan Gromakovskii's avatar Ivan Gromakovskii committed
    Problem: Indigo's tutorial does not actually build, because its
    example modules are not included in the cabal file.
    This was caused by the modules having thir name starting with a
    number instead of a capital letter.
    Additionally, recent updates have broken these modules so they
    would not compile anyway.
    
    Solution: rename modules to include them in the cabal file, fix what
    was broken by recent changes.
    ebbc1761