hackage package
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
*.sw[po]
|
*.sw[po]
|
||||||
.stack-work
|
.stack-work
|
||||||
dist
|
dist
|
||||||
|
.cabal-sandbox
|
||||||
|
cabal.sandbox.config
|
||||||
|
|||||||
+9
-2
@@ -1,6 +1,7 @@
|
|||||||
name: protolude
|
name: protolude
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
synopsis: A sensible start of defaults
|
synopsis: A sensible set of defaults for writing custom Preludes.
|
||||||
|
description: A sensible set of defaults for writing custom Preludes.
|
||||||
homepage: https://github.com/sdiehl/protolude
|
homepage: https://github.com/sdiehl/protolude
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@@ -16,6 +17,12 @@ tested-with:
|
|||||||
GHC == 7.10.3
|
GHC == 7.10.3
|
||||||
Bug-Reports: https://github.com/sdiehl/protolude/issues
|
Bug-Reports: https://github.com/sdiehl/protolude/issues
|
||||||
|
|
||||||
|
description:
|
||||||
|
A sensible set of defaults for writing custom Preludes.
|
||||||
|
Source-Repository head
|
||||||
|
type: git
|
||||||
|
location: git@github.com:sdiehl/protolude.git
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Protolude
|
Protolude
|
||||||
@@ -41,7 +48,7 @@ library
|
|||||||
async >= 2.1 && <2.2,
|
async >= 2.1 && <2.2,
|
||||||
deepseq >= 1.3 && <= 1.5,
|
deepseq >= 1.3 && <= 1.5,
|
||||||
containers >= 0.5 && <0.6,
|
containers >= 0.5 && <0.6,
|
||||||
semiring-simple >= 1.0 && <1.1,
|
semiring-simple >= 0.1 && <1.1,
|
||||||
mtl >= 2.1 && <2.3,
|
mtl >= 2.1 && <2.3,
|
||||||
transformers >= 0.4 && < 0.6,
|
transformers >= 0.4 && < 0.6,
|
||||||
text >= 1.2 && <1.3,
|
text >= 1.2 && <1.3,
|
||||||
|
|||||||
Reference in New Issue
Block a user