Forgot to rename a couple things
This commit is contained in:
parent
c6221adb66
commit
1813d67e10
@ -18,7 +18,7 @@ build-type: Simple
|
||||
extra-source-files: README.md, LICENSE
|
||||
cabal-version: >=1.10
|
||||
|
||||
executable keychain
|
||||
executable skeleton
|
||||
main-is: Main.hs
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
@ -1,6 +1,6 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
module Parser
|
||||
module Skeleton.Parser
|
||||
( parseKeychain
|
||||
, parseKeychainList
|
||||
, runParser
|
||||
|
Loading…
Reference in New Issue
Block a user