Forgot to rename a couple things

This commit is contained in:
rnhmjoj 2015-07-07 22:46:24 +02:00
parent c6221adb66
commit 1813d67e10
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ build-type: Simple
extra-source-files: README.md, LICENSE extra-source-files: README.md, LICENSE
cabal-version: >=1.10 cabal-version: >=1.10
executable keychain executable skeleton
main-is: Main.hs main-is: Main.hs
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010

View File

@ -1,6 +1,6 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
module Parser module Skeleton.Parser
( parseKeychain ( parseKeychain
, parseKeychainList , parseKeychainList
, runParser , runParser