diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa1975a..6e581661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # CHANGELOG -## v0.0.1.0 – -* Release +## v1.0.0 - 2022-09-10 + +First release!🥳 diff --git a/cabal.project b/cabal.project index e4d6a0b9..7f702dad 100644 --- a/cabal.project +++ b/cabal.project @@ -23,21 +23,11 @@ source-repository-package tag: 9dacea2bec9c6f5d9f7d46a2a1d9094cf6147fbf subdir: ./raven-haskell -source-repository-package - type: git - location: https://github.com/guibou/PyF - tag: v0.11.0.0 - source-repository-package type: git location: https://github.com/supki/envparse tag: 503a699 -source-repository-package - type: git - location: https://github.com/tchoutri/pg-entity.git - tag: 7125eac8bf83f9cc919b724b72c6b1cdf497e528 - source-repository-package type: git location: https://github.com/fimad/prometheus-haskell diff --git a/cabal.project.freeze b/cabal.project.freeze index ae03b4b6..5f947d08 100644 --- a/cabal.project.freeze +++ b/cabal.project.freeze @@ -220,7 +220,7 @@ constraints: any.Cabal ==3.6.3.0, any.password-types ==1.0.0.0, any.pcre2 ==2.2.1, any.pem ==0.2.4, - any.pg-entity ==0.0.1.0, + any.pg-entity ==0.0.2.0, pg-entity -prod, any.pg-transact ==0.3.2.0, any.pg-transact-effectful ==0.0.1.0, @@ -388,4 +388,4 @@ constraints: any.Cabal ==3.6.3.0, any.xml-types ==0.3.8, any.zlib ==0.6.3.0, zlib -bundled-c-zlib -non-blocking-ffi -pkg-config -index-state: hackage.haskell.org 2022-08-23T14:54:28Z +index-state: hackage.haskell.org 2022-09-10T22:52:40Z diff --git a/flora.cabal b/flora.cabal index c9039ded..44703da4 100644 --- a/flora.cabal +++ b/flora.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: flora -version: 0.0.1.0 +version: 1.0.0 homepage: https://github.com/flora-pm/flora-server/#readme bug-reports: https://github.com/flora-pm/flora-server/issues author: Théophile Choutri @@ -241,7 +241,7 @@ library , template-haskell , text , text-display - , time ^>=1.9 + , time , time-effectful , transformers ^>=0.5 , transformers-base ^>=0.4