Explorar el Código

wibble [ci-skip]

Pat Hickey hace 10 años
padre
commit
cc5ec3e272
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Gidl.hs

+ 1 - 1
src/Gidl.hs

@@ -50,7 +50,7 @@ initialOpts = Opts
   { backend     = error (usage ["must specify a backend"])
   , idlpath     = error (usage ["must specify an idl file"])
   , outpath     = error (usage ["must specify an output path"])
-  , packagename = error  (usage ["must specify a package name"])
+  , packagename = error (usage ["must specify a package name"])
   , namespace   = ""
   , help        = False
   }