Add changelog and README to package
This commit is contained in:
parent
0d7b8e8070
commit
42178ca29c
@ -1,3 +1,6 @@
|
|||||||
|
Unreleased
|
||||||
|
========
|
||||||
|
|
||||||
2.6.0
|
2.6.0
|
||||||
========
|
========
|
||||||
- @bitemyapp
|
- @bitemyapp
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
cabal-version: 1.12
|
cabal-version: 1.12
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.31.0.
|
-- This file has been generated from package.yaml by hpack version 0.31.1.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: c5408ff1923a2a70cf9c7b5590f83d724453768845c1dd1d92888c177dfad357
|
-- hash: 3a3f42ca57c8ee2f4d01724057ff86b8867202c138e6f03cd8c23000da1fbaa3
|
||||||
|
|
||||||
name: esqueleto
|
name: esqueleto
|
||||||
version: 2.6.0
|
version: 2.6.0
|
||||||
@ -24,6 +24,9 @@ copyright: (c) 2012-2016 Felipe Almeida Lessa
|
|||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
extra-source-files:
|
||||||
|
README.md
|
||||||
|
changelog.md
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|||||||
@ -41,6 +41,9 @@ copyright: (c) 2012-2016 Felipe Almeida Lessa
|
|||||||
license: BSD3
|
license: BSD3
|
||||||
homepage: https://github.com/bitemyapp/esqueleto
|
homepage: https://github.com/bitemyapp/esqueleto
|
||||||
git: git://github.com/bitemyapp/esqueleto.git
|
git: git://github.com/bitemyapp/esqueleto.git
|
||||||
|
extra-source-files:
|
||||||
|
- README.md
|
||||||
|
- changelog.md
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >=4.8 && <5.0
|
- base >=4.8 && <5.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user