/** * Copyright (c) 2013 by JP Moresmau * This code is made available under the terms of the Eclipse Public License, * version 1.0 (EPL). See http://www.eclipse.org/legal/epl-v10.html */ package net.sf.eclipsefp.haskell.ui.internal.editors.cabal.forms.overview; /** * Project category * @author JP Moresmau * */ public enum ProjectCategory { Codec , Concurrency , Control , Data , Database , Development , Distribution , Game , Graphics , Language , Math , Network , Sound , System , Testing , Text , Web; }