Holumbus-Distribution 0.1.0 → 0.1.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep +deepseqdep −paralleldep ~readlinePVP ok
version bump matches the API change (PVP)
Dependencies added: deepseq
Dependencies removed: parallel
Dependency ranges changed: readline
API changes (from Hackage documentation)
Files
Holumbus-Distribution.cabal view
@@ -1,5 +1,5 @@ name: Holumbus-Distribution-version: 0.1.0+version: 0.1.1 license: OtherLicense license-file: LICENSE author: Stefan Schmidt, Uwe Schmidt@@ -67,9 +67,9 @@ , unix >= 2.3 , random >= 1.0 , stm >= 2.1.1.2- , parallel >= 1.1.0.0+ , deepseq >= 1.1 && < 2 , array >= 0.2.0.0- , readline >= 1.0+ , readline >= 1 && < 2 hs-source-dirs: source
source/Holumbus/Common/FileHandling.hs view
@@ -74,7 +74,7 @@ import System.IO.Unsafe import Text.XML.HXT.Arrow-import Control.Parallel.Strategies+import Control.DeepSeq -- ---------------------------------------------------------------------------- -- xml files