packages feed

expresso 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+10/−2 lines, 2 files

Files

CHANGELOG.md view
@@ -1,5 +1,13 @@ # Change Log +## 0.1.0.2++Expresso REPL fails to build on Hackage, disable building for now.++## 0.1.0.1++Cabal file dependency bounds changed for GHC 8.6 compatibility.+ ## 0.1.0.0  Initial release.
expresso.cabal view
@@ -1,5 +1,5 @@ Name:            expresso-Version:         0.1.0.1+Version:         0.1.0.2 Cabal-Version:   >= 1.10 License:         BSD3 License-File:    LICENSE@@ -57,7 +57,7 @@   Main-Is:          Repl.hs   Hs-Source-Dirs:   src   Default-Language: Haskell2010-+  Buildable:        False   Build-Depends:    base, containers, hashable, mtl, parsec, wl-pprint, text,                     unordered-containers, haskeline, directory, filepath   Other-Modules:    Expresso.Parser