Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Constants.hs @ 690e509d

History | View | Annotate | Download (990 Bytes)

1 d99d1e36 Iustin Pop
{-| Ganeti constants.
2 d99d1e36 Iustin Pop
3 73b63a40 Jose A. Lopes
This module reexports the Haskell constants and those generated from
4 73b63a40 Jose A. Lopes
Python.
5 d99d1e36 Iustin Pop
6 d99d1e36 Iustin Pop
-}
7 d99d1e36 Iustin Pop
8 d99d1e36 Iustin Pop
{-
9 d99d1e36 Iustin Pop
10 fec1fac1 Jose A. Lopes
Copyright (C) 2013 Google Inc.
11 d99d1e36 Iustin Pop
12 d99d1e36 Iustin Pop
This program is free software; you can redistribute it and/or modify
13 d99d1e36 Iustin Pop
it under the terms of the GNU General Public License as published by
14 d99d1e36 Iustin Pop
the Free Software Foundation; either version 2 of the License, or
15 d99d1e36 Iustin Pop
(at your option) any later version.
16 d99d1e36 Iustin Pop
17 d99d1e36 Iustin Pop
This program is distributed in the hope that it will be useful, but
18 d99d1e36 Iustin Pop
WITHOUT ANY WARRANTY; without even the implied warranty of
19 d99d1e36 Iustin Pop
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 d99d1e36 Iustin Pop
General Public License for more details.
21 d99d1e36 Iustin Pop
22 d99d1e36 Iustin Pop
You should have received a copy of the GNU General Public License
23 d99d1e36 Iustin Pop
along with this program; if not, write to the Free Software
24 d99d1e36 Iustin Pop
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
25 d99d1e36 Iustin Pop
02110-1301, USA.
26 d99d1e36 Iustin Pop
27 d99d1e36 Iustin Pop
-}
28 d99d1e36 Iustin Pop
29 73b63a40 Jose A. Lopes
module Ganeti.Constants (module Ganeti.HsConstants,
30 73b63a40 Jose A. Lopes
                         module Ganeti.PyConstants) where
31 fec1fac1 Jose A. Lopes
32 73b63a40 Jose A. Lopes
import Ganeti.HsConstants
33 fec1fac1 Jose A. Lopes
import Ganeti.PyConstants