deepseq-bounded 0.5.4 → 0.5.5
raw patch · 4 files changed
+19/−5 lines, 4 filesdep +deepseq-boundedPVP ok
version bump matches the API change (PVP)
Dependencies added: deepseq-bounded
API changes (from Hackage documentation)
Files
- HTML/deepseq-bounded.html +3/−0
- HTML/index.html +4/−0
- HTML/tests.html +5/−1
- deepseq-bounded.cabal +7/−4
HTML/deepseq-bounded.html view
@@ -2,6 +2,9 @@ <html> <head> <title>Bounded DeepSeq</title>+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />+<meta http-equiv="Pragma" content="no-cache" />+<meta http-equiv="Expires" content="0" /> <link rel="stylesheet" href="style.css" /> </head> <body>
HTML/index.html view
@@ -2,6 +2,10 @@ <html> <head> <title>Bounded DeepSeq</title>+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />+<meta http-equiv="Pragma" content="no-cache" />+<meta http-equiv="Expires" content="0" />+<link rel="stylesheet" href="style.css" /> </head> <body>
HTML/tests.html view
@@ -1,5 +1,9 @@ <html>-<head></head>+<head>+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />+<meta http-equiv="Pragma" content="no-cache" />+<meta http-equiv="Expires" content="0" />+</head> <body> <pre> kadath:script> cabal repl
deepseq-bounded.cabal view
@@ -1,14 +1,14 @@ name: deepseq-bounded-version: 0.5.4+version: 0.5.5 synopsis: Bounded deepseq, including support for generic deriving homepage: http://fremissant.net/deepseq-bounded license: BSD3 license-file: LICENSE author: Andrew G. Seniuk maintainer: Andrew Seniuk <rasfar@gmail.com>-bug-reports: Andrew Seniuk <rasfar@gmail.com>---bug-reports: http://fremissant.net/deepseq-bounded/trac+bug-reports: http://fremissant.net/deepseq-bounded/trac+---bug-reports: Andrew Seniuk <rasfar@gmail.com> category: Control build-type: Simple cabal-version: >=1.10@@ -63,7 +63,7 @@ -- source-repository this -- type: git -- location: https://www.fremissant.com/package/deepseq-bounded.git--- tag: deepseq-bounded-1.3.0.2-release+-- tag: deepseq-bounded-0.5.0-release Flag HASKELL98_FRAGMENT Description: Sacrifice generic deriving, the NFDataPDyn module, and a couple functions from the PatAlg module, in exchange for true Haskell98 conformance (portability). You need to set PARALLELISM_EXPERIMENT, USE_WW_DEEPSEQ, USE_SOP, and NFDATA_INSTANCE_PATTERN to False if you set HASKELL98_FRAGMENT to True. (One thing it insists on is -XPatternGuards, although this could be relieved in the obvious way...)@@ -263,6 +263,9 @@ build-depends: base == 4.*++ , deepseq-bounded+ , HUnit == 1.2.* , random == 1.1