diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-02 10:30:13 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-02 10:30:13 -0400 |
| commit | 0a23ae75450cb4938af34fdd591a0605244a62b9 (patch) | |
| tree | 6467f9ab5f2237e3ef6b112596f0ef7d9681714d /doc | |
| parent | c92440bbb321c023ad096271b405b0605e4141ed (diff) | |
Add Typeable instance to OriginUrl, fixing build with old versions of ghc.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/4.9.0_fail_to_build_on_jessie/comment_2_a194d36b2f95f3f9949b606b22deb8d1._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/4.9.0_fail_to_build_on_jessie/comment_2_a194d36b2f95f3f9949b606b22deb8d1._comment b/doc/forum/4.9.0_fail_to_build_on_jessie/comment_2_a194d36b2f95f3f9949b606b22deb8d1._comment new file mode 100644 index 00000000..47f938dc --- /dev/null +++ b/doc/forum/4.9.0_fail_to_build_on_jessie/comment_2_a194d36b2f95f3f9949b606b22deb8d1._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2017-11-02T14:29:29Z" + content=""" +Indeed, this will probably keep biting it for different data types +as they're added, since the new ghc builds without the explicit instance. + +I've fixed this one in git now. +"""]] |
