Skip to content

Commit

Permalink
Switch to data-lens-light
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed May 5, 2014
1 parent edf2440 commit e118227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Data/Time/Lens.hs
Expand Up @@ -31,7 +31,7 @@ where

import Control.Category
import Prelude hiding ((.), id)
import Data.Lens.Common
import Data.Lens.Light
import Data.Fixed
import qualified Data.Time as T
import Data.Time (TimeOfDay(..), LocalTime(..), fromGregorian)
Expand Down
4 changes: 2 additions & 2 deletions time-lens.cabal
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: time-lens
version: 0.3
version: 0.4
synopsis: Lens-based interface to Data.Time data structures
-- description:
license: BSD3
Expand All @@ -17,4 +17,4 @@ cabal-version: >=1.8
library
exposed-modules: Data.Time.Lens
-- other-modules:
build-depends: base == 4.*, data-lens == 2.*, time == 1.*
build-depends: base == 4.*, data-lens-light, time == 1.*

0 comments on commit e118227

Please sign in to comment.