Skip to content

Commit

Permalink
Move ValueType to Base.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laar committed Mar 13, 2013
1 parent 39fd66b commit b02f6b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion OpenGLRawgenBase
Submodule OpenGLRawgenBase updated 1 files
+7 −1 OpenGLRawgenBase/src/Language/OpenGLRaw/Base.hs
1 change: 0 additions & 1 deletion src/Modules/Types.hs
Expand Up @@ -23,7 +23,6 @@ module Modules.Types (


import Language.Haskell.Exts.Syntax import Language.Haskell.Exts.Syntax


import Spec(ValueType(..))
import Language.OpenGLRaw.Base import Language.OpenGLRaw.Base


----------------------------------------------------------------------------- -----------------------------------------------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions src/Spec/RawSpec.hs
Expand Up @@ -66,11 +66,6 @@ import Main.Options


----------------------------------------------------------------------------- -----------------------------------------------------------------------------


data ValueType
= EnumValue
| BitfieldValue
deriving (Eq, Ord, Show)

-- | The real values of an enum -- | The real values of an enum
data EnumValue data EnumValue
-- | A localy defined enumvalue -- | A localy defined enumvalue
Expand Down

0 comments on commit b02f6b8

Please sign in to comment.