23 lines
994 B
Haskell
23 lines
994 B
Haskell
-- SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>
|
|
--
|
|
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
module Handler.Allocation
|
|
( module Handler.Allocation
|
|
) where
|
|
|
|
import Handler.Allocation.Info as Handler.Allocation
|
|
import Handler.Allocation.Show as Handler.Allocation
|
|
import Handler.Allocation.Application as Handler.Allocation
|
|
import Handler.Allocation.Register as Handler.Allocation
|
|
import Handler.Allocation.List as Handler.Allocation
|
|
import Handler.Allocation.Users as Handler.Allocation
|
|
import Handler.Allocation.AddUser as Handler.Allocation
|
|
import Handler.Allocation.EditUser as Handler.Allocation
|
|
import Handler.Allocation.Prios as Handler.Allocation
|
|
import Handler.Allocation.Compute as Handler.Allocation
|
|
import Handler.Allocation.Accept as Handler.Allocation
|
|
import Handler.Allocation.Edit as Handler.Allocation
|
|
import Handler.Allocation.New as Handler.Allocation
|
|
import Handler.Allocation.Matchings as Handler.Allocation
|