-- Initial subG-instances.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: subG-instances version: 0.1.0.0 synopsis: Additional instances for the InsertLeft class from subG package. description: Additional instances for the InsertLeft class from subG package. Use additional dependencies comparing to the package subG. homepage: https://hackage.haskell.org/package/subG-instances license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: Oleksandr Zhabenko category: Data,Development build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 library exposed-modules: Data.SubG.InstancesPlus -- other-modules: other-extensions: FlexibleInstances, MultiParamTypeClasses build-depends: base >=4.8 && <4.15, vector >=0.11 && <0.14, subG >=0.4.2 && <1 -- hs-source-dirs: default-language: Haskell2010