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