minor cosmetics

This commit is contained in:
Alex K 2015-02-08 09:04:11 -08:00
parent f3aa7feda5
commit 5435f9cfe6

View File

@ -69,9 +69,6 @@ module Database.Bloodhound.Types
, LatLon(..)
, RangeValue(..)
, RangeExecution(..)
, Regexp(..)
, RegexpFlags(..)
, RegexpFlag(..)
, LessThan(..)
, LessThanEq(..)
, GreaterThan(..)
@ -80,6 +77,9 @@ module Database.Bloodhound.Types
, LessThanEqD(..)
, GreaterThanD(..)
, GreaterThanEqD(..)
, Regexp(..)
, RegexpFlags(..)
, RegexpFlag(..)
, FieldName(..)
, IndexName(..)
, MappingName(..)