hackage package
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
*.sw[po]
|
||||
.stack-work
|
||||
dist
|
||||
.cabal-sandbox
|
||||
cabal.sandbox.config
|
||||
|
||||
+9
-2
@@ -1,6 +1,7 @@
|
||||
name: protolude
|
||||
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
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
@@ -16,6 +17,12 @@ tested-with:
|
||||
GHC == 7.10.3
|
||||
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
|
||||
exposed-modules:
|
||||
Protolude
|
||||
@@ -41,7 +48,7 @@ library
|
||||
async >= 2.1 && <2.2,
|
||||
deepseq >= 1.3 && <= 1.5,
|
||||
containers >= 0.5 && <0.6,
|
||||
semiring-simple >= 1.0 && <1.1,
|
||||
semiring-simple >= 0.1 && <1.1,
|
||||
mtl >= 2.1 && <2.3,
|
||||
transformers >= 0.4 && < 0.6,
|
||||
text >= 1.2 && <1.3,
|
||||
|
||||
Reference in New Issue
Block a user