-- Initial onpartitions.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: onpartitions version: 0.1.0.0 synopsis: partition lenses description: Working over list partitions as a whole license: BSD3 license-file: LICENSE -- author: maintainer: paolo.veronelli@gmail.com -- copyright: homepage: https://github.com/paolino/onpartitions category: Data build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10 library exposed-modules: Data.List.OnPartition -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10 -- hs-source-dirs: default-language: Haskell2010