omit -family

This commit is contained in:
michaelt 2015-05-30 15:34:09 -04:00
parent a7f6cae60a
commit f9cee0a0e2
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,5 @@
Copyright (c) 2014, michaelt
Copyright 2012,2013,2014 Russell O'Connor
Copyright (c) 2014, michaelt
All rights reserved.

View File

@ -1,6 +1,6 @@
name: lens-family-simple
name: lens-simple
version: 0.1.0.0
synopsis: simplified import of lens family
synopsis: simplified import of essential lens combinators
description: This module, @Lens.Simple@, just re-exports the main modules from Russell O\'Connor's
<http://hackage.haskell.org/package/lens-family-core lens-family-core>
@ -44,11 +44,8 @@ cabal-version: >=1.10
library
exposed-modules: Lens.Simple
-- other-modules:
-- other-extensions:
build-depends: base
, lens-family == 1.2.*
, lens-family-core == 1.2.*
, lens-family-th == 0.4.*
-- hs-source-dirs:
default-language: Haskell2010