name: ja-base-extra version: 0.2.1.0 synopsis: Extra functions I require in base description: This package encompasses a collection of general functions that only depend on the base library, which I have acumulated through writing Haskell code and judged general and useful enough to extract. license: BSD3 license-file: LICENSE author: Justus Adam maintainer: dev@justus.science -- copyright: category: Development build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC >= 7.0.1 && < 7.10.2 library exposed-modules: Data.List.JAExtra Data.Tuple.JAExtra Data.Maybe.JAExtra Data.Function.JAExtra Prelude.JAExtra -- other-modules: -- other-extensions: build-depends: base >= 4.3 && < 5 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: git://github.com/JustusAdam/ja-base-extra.git source-repository this type: git branch: master location: git://github.com/JustusAdam/ja-base-extra.git tag: 0.2.0.1