-- Copyright © 2012 Frank S. Thomas -- All rights reserved. -- -- Use of this source code is governed by a BSD-style license that -- can be found in the LICENSE file. module Web.Ohloh.Lens.UpdatedAtL where import Data.Lens.Common class UpdatedAtL a where updatedAtL :: Lens a String