Fix build
This commit is contained in:
parent
75dcb120ed
commit
49de7c7113
3
build.sh
Executable file
3
build.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
exec -- stack build --fast --flag uniworx:library-only --flag uniworx:dev
|
||||||
2
db.hs
2
db.hs
@ -299,7 +299,7 @@ fillDb = do
|
|||||||
{ sheetCourse = pmo
|
{ sheetCourse = pmo
|
||||||
, sheetName = "Blatt 1"
|
, sheetName = "Blatt 1"
|
||||||
, sheetDescription = Nothing
|
, sheetDescription = Nothing
|
||||||
, sheetType = Normal 6
|
, sheetType = Normal $ Points 6
|
||||||
, sheetGrouping = Arbitrary 3
|
, sheetGrouping = Arbitrary 3
|
||||||
, sheetMarkingText = Nothing
|
, sheetMarkingText = Nothing
|
||||||
, sheetVisibleFrom = Just now
|
, sheetVisibleFrom = Just now
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user