diff --git a/CHANGELOG.md b/CHANGELOG.md index 57577edcd..e586d2644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.yaml b/package.yaml index a85ef2c0b..a3deb4843 100644 --- a/package.yaml +++ b/package.yaml @@ -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"