packages feed

sai-shape-syb 0.3.2 → 0.3.3

raw patch · 8 files changed

+30/−6 lines, 8 filesdep +sai-shape-sybdep ~ghcPVP ok

version bump matches the API change (PVP)

Dependencies added: sai-shape-syb

Dependency ranges changed: ghc

API changes (from Hackage documentation)

Files

HTML/bigoutput.html view
@@ -3,6 +3,9 @@ <html> <head> <title>Generic shapeOf etc. - Big Output</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/ghc.html view
@@ -3,6 +3,9 @@ <html> <head> <title>Generic shapeOf etc. - GHC</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/ghc1.html view
@@ -3,6 +3,9 @@ <html> <head> <title>Generic shapeOf etc. - GHC1</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/ghc2.html view
@@ -3,6 +3,9 @@ <html> <head> <title>Generic shapeOf etc. - GHC2</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>Haskell Generic shapeOf, etc.</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/sai-shape-syb.html view
@@ -2,6 +2,9 @@ <html> <head> <title>Generic shapeOf, and more General Homomorphisms</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/test-code.html view
@@ -3,6 +3,9 @@ <html> <head> <title>Generic shapeOf, and more General Homomorphisms - The Test</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>
sai-shape-syb.cabal view
@@ -1,6 +1,6 @@  name:                sai-shape-syb-version:             0.3.2+version:             0.3.3 synopsis:            Obtain homogeneous values from arbitrary values, transforming or culling data description:     This package provides SYB shape support: generic mapping to@@ -17,10 +17,10 @@ license:             BSD3 license-file:        LICENSE author:              Andrew Seniuk-maintainer:          rasfar@gmail.com+maintainer:          Andrew Seniuk <rasfar@gmail.com> homepage:            http://www.fremissant.net/shape-syb--- URL with bug-tracker server preferred to email:-bug-reports:         rasfar@gmail.com+bug-reports:         http://fremissant.net/shape-syb/trac+---bug-reports:         Andrew Seniuk <rasfar@gmail.com> category:            Generics build-type:          Simple -- extra-source-files:  @@ -65,7 +65,7 @@   build-depends:                        base == 4.*                      , syb <= 0.4.2-                     , ghc >= 7.6.3 && < 7.9+                     , ghc >= 7.4 && < 7.9 --                   , ghc-paths == 0.1.*                      , ghc-syb-utils == 0.2.*   if flag(USE_DATA_TREE)@@ -117,8 +117,10 @@   build-depends:                        base == 4.* +                     , sai-shape-syb+                      , syb <= 0.4.2-                     , ghc >= 7.6.3 && < 7.9+                     , ghc >= 7.4 && < 7.9 --                   , ghc-paths == 0.1.*                      , ghc-syb-utils == 0.2.*                      -- XXX only for testing (to make a Data.Map)