This repository was archived by the owner on Sep 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfoundation-edge.cabal
More file actions
40 lines (38 loc) · 1.42 KB
/
foundation-edge.cabal
File metadata and controls
40 lines (38 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: foundation-edge
Version: 0.0.2
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 <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
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
, Foundation.Compat.Text
Default-Extensions: NoImplicitPrelude
TypeFamilies
BangPatterns
DeriveDataTypeable
Build-depends: foundation >= 0.0.7
, bytestring
, text
ghc-options: -Wall
default-language: Haskell2010