Folly 0.1.5.1 → 0.1.5.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Folly.cabal +1/−1
- test/Main.hs +1/−1
Folly.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: Folly-version: 0.1.5.1+version: 0.1.5.2 synopsis: A first order logic library in Haskell description: An implementation of first order logic in Haskell that includes a library of modules for incorporating first
test/Main.hs view
@@ -1,4 +1,4 @@-module TestMain(main) where+module Main(main) where import Folly.FormulaTests import Folly.LexerTests