0.3.1 Release (#133)
This commit is contained in:
+10
-16
@@ -1,27 +1,20 @@
|
||||
name: protolude
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
synopsis: A small prelude.
|
||||
description: A sensible set of defaults for writing custom Preludes.
|
||||
homepage: https://github.com/sdiehl/protolude
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Stephen Diehl
|
||||
maintainer: stephen.m.diehl@gmail.com
|
||||
copyright: 2016-2020 Stephen Diehl
|
||||
maintainer: adamwespiser@gmail.com, stephen.m.diehl@gmail.com
|
||||
copyright: 2016-2022 Stephen Diehl
|
||||
category: Prelude
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
bug-reports: https://github.com/sdiehl/protolude/issues
|
||||
tested-with:
|
||||
GHC ==7.6.1
|
||||
|| ==7.6.2
|
||||
|| ==7.6.3
|
||||
|| ==7.8.1
|
||||
|| ==7.8.2
|
||||
|| ==7.8.3
|
||||
GHC ==7.6.3
|
||||
|| ==7.8.4
|
||||
|| ==7.10.1
|
||||
|| ==7.10.2
|
||||
|| ==7.10.3
|
||||
|| ==8.0.1
|
||||
|| ==8.2.1
|
||||
@@ -30,6 +23,7 @@ tested-with:
|
||||
|| ==8.8.1
|
||||
|| ==8.10.1
|
||||
|| ==9.0.1
|
||||
|| ==9.2.1
|
||||
|
||||
extra-source-files:
|
||||
README.md
|
||||
@@ -78,16 +72,16 @@ library
|
||||
build-depends:
|
||||
array >=0.4 && <0.6
|
||||
, async >=2.0 && <2.3
|
||||
, base >=4.6 && <4.16
|
||||
, bytestring >=0.10 && <0.11
|
||||
, base >=4.6 && <4.17
|
||||
, bytestring >=0.10 && <0.11.4
|
||||
, containers >=0.5 && <0.7
|
||||
, deepseq >=1.3 && <1.5
|
||||
, ghc-prim >=0.3 && <0.8
|
||||
, hashable >=1.2 && <1.4
|
||||
, ghc-prim >=0.3 && <0.9
|
||||
, hashable >=1.2 && <1.5
|
||||
, mtl >=2.1 && <2.3
|
||||
, mtl-compat >=0.2 && <0.3
|
||||
, stm >=2.4 && <2.6
|
||||
, text >=1.2 && <1.3
|
||||
, text >=1.2 && <2.1
|
||||
, transformers >=0.2 && <0.6
|
||||
, transformers-compat >=0.4 && <0.8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user