[commit: packages/hoopl] master: Squashed commit of the following: (9d82c8b)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 22:13:46 UTC 2015


Repository : ssh://git@git.haskell.org/hoopl

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/9d82c8be0dbd677f31b38e7fae70f24385f2d571

>---------------------------------------------------------------

commit 9d82c8be0dbd677f31b38e7fae70f24385f2d571
Author: Ning Wang <email at ningwang.org>
Date:   Sat Aug 8 20:33:43 2015 -0700

    Squashed commit of the following:
    
        1. update changelog.md
        2. bump up the minior version number


>---------------------------------------------------------------

9d82c8be0dbd677f31b38e7fae70f24385f2d571
 changelog.md |  6 +++++-
 hoopl.cabal  | 12 ++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/changelog.md b/changelog.md
index b8a6d5c..336df98 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl)
 
-## 3.10.1.1 *Apr 2015*
+## 3.10.1.1 *Aug 2015*
 
  - Add #if CABAL macro to several hoopl source files such that the Cabal generated macro is not included when building in ghci
 
@@ -10,6 +10,10 @@
  
  - Unhide gSplice of Hoopl.Graph
 
+ - Expose Showing of Hoopl.Show
+
+ - Some fixes of testing
+
 ## 3.10.1.0 *Apr 2015*
 
  - Re-export runWithFuel from Compiler.Hoopl.
diff --git a/hoopl.cabal b/hoopl.cabal
index 60587c3..8a549f8 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -1,5 +1,5 @@
 Name:                hoopl
-Version:             3.10.1.0
+Version:             3.10.2.0
 -- NOTE: Don't forget to update ./changelog.md
 Description:
   Higher-order optimization library
@@ -24,10 +24,9 @@ Source-repository head
   Type:       git
   Location:   http://git.haskell.org/packages/hoopl.git
 
-flag testcoverage {
+flag testcoverage 
   description: Enable test coverage report
   default: False
-}
 
 
 Library
@@ -85,7 +84,8 @@ Test-Suite hoopl-test
                      mtl >= 2.1.3.1,
                      parsec >= 3.1.7,
                      test-framework < 0.9,
-                     test-framework-hunit < 0.4
-  if flag(testcoverage) {
+                     test-framework-hunit < 0.4,
+                     mtl >= 2.1.3.1
+
+  if flag(testcoverage) 
     Ghc-Options: -fhpc
-  }



More information about the ghc-commits mailing list