hackage package

This commit is contained in:
Stephen Diehl
2016-04-08 11:25:58 -04:00
parent ccf89378f8
commit dd6a97adfa
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
*.sw[po]
.stack-work
dist
.cabal-sandbox
cabal.sandbox.config
+2
View File
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
+9 -2
View File
@@ -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,