0.3.2 Release (#127) (#138)

This commit is contained in:
Adam Wespiser
2022-06-12 13:46:49 -04:00
committed by GitHub
parent 3e249724fd
commit e40b7351ec
6 changed files with 13 additions and 88 deletions
+2 -28
View File
@@ -1,5 +1,5 @@
name: protolude
version: 0.3.1
version: 0.3.2
synopsis: A small prelude.
description: A sensible set of defaults for writing custom Preludes.
homepage: https://github.com/sdiehl/protolude
@@ -23,17 +23,12 @@ tested-with:
|| ==8.8.1
|| ==8.10.1
|| ==9.0.1
|| ==9.2.1
|| ==9.2.2
extra-source-files:
README.md
ChangeLog.md
flag dev
description: Build development tools
manual: True
default: False
source-repository head
type: git
location: git@github.com:protolude/protolude.git
@@ -90,24 +85,3 @@ library
hs-source-dirs: src
default-language: Haskell2010
executable exports
main-is: Exports.hs
default-language: Haskell2010
if flag(dev)
buildable: True
else
buildable: False
build-depends:
base >=4.6 && <4.15
, directory
, filepath
, ghc
, ghc-paths
, mtl
, process
, protolude
, transformers