Name: foundation-edge Version: 0.0.1 Synopsis: foundation's edge with the conventional set of packages Description: A set of functions to allow interaction with more conventional and well established packages like bytestring, text, vector . Current support: . * bytestring License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: vincent@snarc.org Category: foundation Stability: experimental Build-Type: Simple Homepage: https://github.com/haskell-foundation/foundation-edge Bug-Reports: https://github.com/haskell-foundation/foundation-edge/issues Cabal-Version: >=1.10 tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 extra-source-files: README.md source-repository head type: git location: https://github.com/vincenthz/hs-foundation Library Exposed-modules: Foundation.Compat.ByteString Default-Extensions: NoImplicitPrelude TypeFamilies BangPatterns DeriveDataTypeable Build-depends: base >= 4 && < 5 , foundation , bytestring ghc-options: -Wall default-language: Haskell2010