Skip to content

Commit

Permalink
Build with GHC 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Oct 10, 2017
1 parent ca72d82 commit a1ccd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rel8/Internal/Table.hs
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ class AggregateTable columns result | columns -> result, result -> columns where

default
aggregations
:: (GTraverseAggregator (Rep columns) (Rep result), Generic columns)
=> Iso' columns (MkRowF (Rep result) (Limit Aggregate))
:: (GTraverseAggregator (Rep columns) (Rep result), Generic columns, MkRowF (Rep result) (Limit Aggregate) ~ RowF result (Limit Aggregate))
=> Iso' columns (RowF result (Limit Aggregate))
aggregations = generic . gaggregations

-- | A single column aggregates to a single expression.
Expand Down

0 comments on commit a1ccd1c

Please sign in to comment.