chore(release): 24.1.4

This commit is contained in:
Gregor Kleen 2021-02-09 15:38:04 +01:00
parent 14166933c5
commit a9f04ab835
2 changed files with 4 additions and 16 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [24.1.4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.1.3...v24.1.4) (2021-02-09)
## [24.1.3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.1.2...v24.1.3) (2021-02-09)
## [24.1.2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v24.1.1...v24.1.2) (2021-02-09)

View File

@ -1,6 +1,5 @@
name: uniworx
version: 24.1.3
name: uniworx
version: 24.1.4
dependencies:
- base
- yesod
@ -159,14 +158,12 @@ dependencies:
- insert-ordered-containers
- topograph
- network-uri
other-extensions:
- GeneralizedNewtypeDeriving
- IncoherentInstances
- OverloadedLists
- UndecidableInstances
- ApplicativeDo
default-extensions:
- OverloadedStrings
- PartialTypeSignatures
@ -221,7 +218,6 @@ default-extensions:
- EmptyDataDeriving
- StandaloneKindSignatures
- NoStarIsType
ghc-options:
- -Wall
- -Wmissing-home-modules
@ -234,7 +230,6 @@ ghc-options:
- -fno-max-relevant-binds
- -j
- -freduction-depth=0
when:
- condition: flag(pedantic)
ghc-options:
@ -250,13 +245,8 @@ when:
else:
ghc-options:
- -O -fllvm
# The library contains all of our application code. The executable
# defined below is just a thin wrapper.
library:
source-dirs: src
# Runnable executable for our application
executables:
uniworx:
main: main.hs
@ -313,8 +303,6 @@ executables:
when:
- condition: flag(library-only)
buildable: false
# Test suite
tests:
yesod:
main: Main.hs
@ -346,8 +334,6 @@ tests:
when:
- condition: "!flag(pedantic)"
buildable: false
# Define flags used by "yesod devel" to make compilation faster
flags:
library-only:
description: Build for use with "yesod devel"