-- Initial fieldwise.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: fieldwise version: 0.1.0.0 synopsis: Provides Fieldwise typeclass for operations of fields of records treated as independent components. -- description: license: BSD2 license-file: LICENSE author: Gracjan Polak maintainer: gracjanpolak@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Fieldwise -- other-modules: -- other-extensions: build-depends: base >=4.6 && <4.7 build-depends: template-haskell < 2.10 hs-source-dirs: src default-language: Haskell2010 Test-Suite test type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: src, test build-depends: base >=4.6 && <4.7 build-depends: template-haskell < 2.10 default-language: Haskell2010