/** * Copyright (c) 2012 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.preferences.scion; import net.sf.eclipsefp.haskell.ui.internal.preferences.IPreferenceConstants; /** * Helper preference page for UUAGC * @author JP Moresmau * */ public class UuagcPP extends ExecutablePP { public UuagcPP(){ super("UUAGC","uuagc",IPreferenceConstants.UUAGC_EXECUTABLE); } }