Resolve petty CHANGELOG conflict
This commit is contained in:
Joe Nelson
2016-10-12 20:52:40 -07:00
6 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ instance Show OrderNulls where
show OrderNullsLast = "nulls last"
data OrderTerm = OrderTerm {
otTerm :: Text
otTerm :: Field
, otDirection :: Maybe OrderDirection
, otNullOrder :: Maybe OrderNulls
} deriving (Show, Eq)