passing tests again

This commit is contained in:
Chris Allen 2014-04-07 20:40:34 -05:00
parent bf74b956b1
commit 890a8981dc

View File

@ -355,7 +355,7 @@ data GeoBoundingBox =
, bottomRight :: LatLon } deriving (Show)
data GeoBoundingBoxConstraint =
GeoBoundingBoxConstraint { geoField :: FieldName
GeoBoundingBoxConstraint { geoBBField :: FieldName
, constraintBox :: GeoBoundingBox
} deriving (Show)